Merge pull request #5471 from dvdksn/fix-docker-login-anchorlink

docs: fix anchor link to web-based login section
This commit is contained in:
Laura Brehm 2024-09-23 14:16:42 +01:00 committed by GitHub
commit 66977d48e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ password. Docker Hub also supports a web-based sign-in flow, which signs you in
to your Docker account without entering your password. For Docker Hub, the to your Docker account without entering your password. For Docker Hub, the
`docker login` command uses a device code flow by default, unless the `docker login` command uses a device code flow by default, unless the
`--username` flag is specified. The device code flow is a secure way to sign `--username` flag is specified. The device code flow is a secure way to sign
in. See [Authenticate to Docker Hub using device code](#authenticate-to-docker-hub-using-device-code). in. See [Authenticate to Docker Hub using device code](#authenticate-to-docker-hub-with-web-based-login).
### Credential stores ### Credential stores