Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
| ... | ... |
@@ -38,9 +38,6 @@ You can log into any public or private repository for which you have |
| 38 | 38 |
credentials. When you log in, the command stores encoded credentials in |
| 39 | 39 |
`$HOME/.docker/config.json` on Linux or `%USERPROFILE%/.docker/config.json` on Windows. |
| 40 | 40 |
|
| 41 |
-> **Note**: When running `sudo docker login` credentials are saved in `/root/.docker/config.json`. |
|
| 42 |
-> |
|
| 43 |
- |
|
| 44 | 41 |
## Credentials store |
| 45 | 42 |
|
| 46 | 43 |
The Docker Engine can keep user credentials in an external credentials store, |
| ... | ... |
@@ -26,9 +26,6 @@ You can log into any public or private repository for which you have |
| 26 | 26 |
credentials. When you log in, the command stores encoded credentials in |
| 27 | 27 |
`$HOME/.docker/config.json` on Linux or `%USERPROFILE%/.docker/config.json` on Windows. |
| 28 | 28 |
|
| 29 |
-> **Note**: When running `sudo docker login` credentials are saved in `/root/.docker/config.json`. |
|
| 30 |
-> |
|
| 31 |
- |
|
| 32 | 29 |
# OPTIONS |
| 33 | 30 |
**--help** |
| 34 | 31 |
Print usage statement |