mirror of https://github.com/docker/docs.git
Removed inaccurate info on permissions (#9495)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
This commit is contained in:
parent
9351f15192
commit
c26fd49707
|
@ -4,10 +4,7 @@ description: Learn how to create and manage your personal Docker Hub access toke
|
|||
keywords: docker hub, hub, security, PAT, personal access token
|
||||
---
|
||||
|
||||
Docker Hub lets you create personal access tokens as alternatives to
|
||||
your password. Access tokens are linked to a particular user account and
|
||||
duplicate any permissions that account has. If the account changes
|
||||
permissions, so will the token.
|
||||
Docker Hub lets you create personal access tokens as alternatives to your password. You can use tokens to access Hub images from the Docker CLI.
|
||||
|
||||
Access tokens are useful in cases such as building integrations since
|
||||
you can issue multiple tokens – one for each integration –
|
||||
|
@ -55,4 +52,4 @@ select multiple tokens to delete them all once.
|
|||
You can use an access token anywhere that requires your Docker Hub
|
||||
password.
|
||||
|
||||
For example, when logging in from your Docker CLI client (`docker login --username <username>`), omit the password in the login command. When you're prompted for a password, enter your token instead.
|
||||
For example, when logging in from your Docker CLI client (`docker login --username <username>`), omit the password in the login command. When you're prompted for a password, enter your token instead.
|
||||
|
|
Loading…
Reference in New Issue