Docker hello-world: authentication error

前端 未结 10 2236
刺人心
刺人心 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: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.

提交回复
热议问题