Mention "docker login" in push/pull documentation
It was suggested to me that documentation for "docker pull" and "docker push" should reference "docker login", to make clearer how to specify credentials for a push or pull operation. Add a note to the manual pages and reference documentation explaining how registry credentials are managed. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: fb5ea0c0efec238aeeff7c5c3742a0e4eccff2c7 Component: engine
This commit is contained in:
@ -22,3 +22,5 @@ registry or to a self-hosted one.
|
||||
|
||||
Killing the `docker push` process, for example by pressing `CTRL-c` while it is
|
||||
running in a terminal, will terminate the push operation.
|
||||
|
||||
Registry credentials are managed by [docker login](login.md).
|
||||
|
||||
Reference in New Issue
Block a user