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 –
|
||||
|
|
Loading…
Reference in New Issue