소스 검색

fix docs about `sudo docker login`

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Akihiro Suda 9 년 전
부모
커밋
d6007b4db0
2개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 3
      docs/reference/commandline/login.md
  2. 0 3
      man/docker-login.1.md

+ 0 - 3
docs/reference/commandline/login.md

@@ -38,9 +38,6 @@ You can log into any public or private repository for which you have
 credentials.  When you log in, the command stores encoded credentials in
 credentials.  When you log in, the command stores encoded credentials in
 `$HOME/.docker/config.json` on Linux or `%USERPROFILE%/.docker/config.json` on Windows.
 `$HOME/.docker/config.json` on Linux or `%USERPROFILE%/.docker/config.json` on Windows.
 
 
-> **Note**:  When running `sudo docker login` credentials are saved in `/root/.docker/config.json`.
->
-
 ## Credentials store
 ## Credentials store
 
 
 The Docker Engine can keep user credentials in an external credentials store,
 The Docker Engine can keep user credentials in an external credentials store,

+ 0 - 3
man/docker-login.1.md

@@ -26,9 +26,6 @@ You can log into any public or private repository for which you have
 credentials.  When you log in, the command stores encoded credentials in
 credentials.  When you log in, the command stores encoded credentials in
 `$HOME/.docker/config.json` on Linux or `%USERPROFILE%/.docker/config.json` on Windows.
 `$HOME/.docker/config.json` on Linux or `%USERPROFILE%/.docker/config.json` on Windows.
 
 
-> **Note**: When running `sudo docker login` credentials are saved in `/root/.docker/config.json`.
->
-
 # OPTIONS
 # OPTIONS
 **--help**
 **--help**
   Print usage statement
   Print usage statement