Languages
[Edit]
EN

docker login - FIX for error - unknown flag: --email (fix for login to docker hub problem)

6 points
Created by:
JustMike
31190

Problem:

[root@localhost ~]# docker login --username=my_docker_username --email=my_email@domain.com
unknown flag: --email
See 'docker login --help'.

 

Solution:

Just login without the --email=my_email@domain.com

[root@localhost ~]# docker login --username=my_docker_username
Password:
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

 

Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join