mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Incorrect URL for docker-credential-helper repo. It is pointing to moby/moby-credential-helper which is not present. Signed-off-by: Swapnil Kulkarni <me@coolsvap.net>
This commit is contained in:
committed by
Misty Stanley-Jones
parent
a08dad9a00
commit
1eb66da53f
@@ -51,5 +51,5 @@ You can also log in using the `docker login` command. (You can read more about `
|
||||
> When you use the `docker login` command, your credentials are
|
||||
stored in your home directory in `.docker/config.json`. The password is base64
|
||||
encoded in this file. If you require secure storage for this password, use the
|
||||
[Docker credential helpers](https://github.com/moby/moby-credential-helpers).
|
||||
[Docker credential helpers](https://github.com/docker/docker-credential-helpers).
|
||||
{:.warning}
|
||||
|
||||
Reference in New Issue
Block a user