mirror of https://github.com/docker/docs.git
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:
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}
|
||||
|
|
Loading…
Reference in New Issue