Docker hello-world: authentication error

前端 未结 10 2190
刺人心
刺人心 2020-12-13 01:45

I\'m just getting started with docker. I\'m following the instructions specified here https://docs.docker.com/windows/step_one/

I installed docker (1.10.2) on window

相关标签:
10条回答
  • 2020-12-13 02:19

    For worked trying docker logout and then docker login with the proper credentials

    0 讨论(0)
  • 2020-12-13 02:19

    Setting my vNAT for docker dns server to 8.8.8.8 resolved my issue on windows just try might help thanks

    0 讨论(0)
  • 2020-12-13 02:20

    Please run docker login at first time when you run any other docker commands.

    You can log into any public or private repository for which you have credentials. When you log in, the command stores encoded credentials in $HOME/.docker/config.json on Linux or%USERPROFILE%/.docker/config.json on Windows.

    0 讨论(0)
  • 2020-12-13 02:24

    If you login through your emailId it does not works.

    On windows login using your docker hub id.

    You can access by your username.

    0 讨论(0)
提交回复
热议问题