When I try to log into my quay.io account using docker login quay.io
it asks for username but doesn't let me type anything and hangs. Doing some research seems that you have to pass these values in option args for now. So I tried docker login -u me -p secret -e my@email.com quay.io
and I get
docker: "login" requires a maximum of 1 argument
Usage: docker login [OPTIONS] [SERVER]
WTF?! Isn't that how I used it?!
Does anyone have any idea what I can do to get this working? I was able to successfully log into a docker hub account with the above options and no servername but if I add the servername, I get this error.