mirror of https://github.com/docker/docs.git
commit
fb8cf9a7c9
|
@ -4,15 +4,13 @@ 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. You can use tokens to
|
||||
access Hub images from the Docker CLI.
|
||||
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.
|
||||
|
||||
Using personal access tokens provides some advantages over a password:
|
||||
|
||||
* You can investigate the last usage of the access token and disable or delete
|
||||
it if you find any suspicious activity.
|
||||
* When using an access token, you can't perform any admin activity on the account,
|
||||
including changing the password. It protects your account if your computer is compromised.
|
||||
* When using an access token, you can't perform any admin activity on the account, including changing the password. It protects your account if your computer is compromised.
|
||||
|
||||
Docker provides a [Docker Hub CLI](https://github.com/docker/hub-tool#readme){: target="_blank" rel="noopener" class="_"}
|
||||
tool (currently experimental) and an API that allows you to interact with Docker Hub. Browse
|
||||
|
@ -57,24 +55,12 @@ To create your access token:
|
|||
|
||||
{:width="700px"}
|
||||
|
||||
The access permissions are scopes that set restrictions in your
|
||||
repositories. For example, for Read & Write permissions, an automation
|
||||
pipeline can build an image and then push it to a repository. However, it
|
||||
can not delete the repository.
|
||||
The access permissions are scopes that set restrictions in your
|
||||
repositories. For example, for Read & Write permissions, an automation
|
||||
pipeline can build an image and then push it to a repository. However, it
|
||||
can not delete the repository.
|
||||
|
||||
5. The table below lists the tokens available in each subscription:
|
||||
|
||||
|
||||
| Feature | Personal | Pro | Team | Business |
|
||||
| --------------------- | ---- | ----- | ----- |----- |
|
||||
| Personal Access Tokens (read, write, delete scope only)* ||  | ||
|
||||
| Scoped Personal Access Tokens | || ||
|
||||
| Unlimited Personal Access Tokens | | | ||
|
||||
|
||||
*You can create 1 access token as part of the Docker Personal subscription, 5 tokens as part of Docker Pro, and Unlimited tokens as part of Docker Team and Business subscriptions.
|
||||
For more information, see [Docker Pricing](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
6. Copy the token that appears on the screen and save it. You will not be able
|
||||
5. Copy the token that appears on the screen and save it. You will not be able
|
||||
to retrieve the token once you close this prompt.
|
||||
|
||||
{:width="700px"}
|
||||
|
|
|
@ -32,7 +32,7 @@ The following sections provide an overview of each tier. To compare features ava
|
|||
|
||||
Docker Personal is the new name for the Docker Free subscription. With its focus on the open-source communities, individual developers, education, and small businesses, Docker Personal will continue to allow free use of Docker components - including the Docker CLI, Docker Compose, Docker Engine, Docker Desktop, Docker Hub, Kubernetes, Docker Build and Docker BuildKit, Docker Official Images, Docker Scan, and more.
|
||||
|
||||
Docker Personal includes unlimited public repositories and unlimited collaborators for public repositories at no cost per month.
|
||||
Docker Personal includes unlimited public repositories, unlimmited [Scoped Access Tokens](../docker-hub/access-tokens.md), and unlimited collaborators for public repositories at no cost per month.
|
||||
|
||||
For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/){: target="_blank" rel="noopener" class="_" id="dkr_docs_subscription_btl"}.
|
||||
|
||||
|
@ -40,7 +40,7 @@ For a list of features available in each tier, see [Docker Pricing](https://www.
|
|||
|
||||
**Docker Pro** enables individual developers to get more control of their development environment and provides an integrated and reliable developer experience. It reduces the amount of time developers spend on mundane and repetitive tasks and empowers developers to spend more time creating value for their customers.
|
||||
|
||||
Docker Pro includes all the features available in Personal, additionally, it includes unlimited private repositories, unlimited public repositories, unlimited [collaborators](../docker-hub/repos.md#collaborators-and-their-role) for public repositories, [Auto Builds](../docker-hub/builds/index.md) with 5 concurrent builds, 300 [Hub Vulnerability Scans](../docker-hub/vulnerability-scanning.md), 5 [Scoped Access Tokens](../docker-hub/access-tokens.md), and more.
|
||||
Docker Pro includes all the features available in Personal, additionally, it includes unlimited private repositories, unlimited public repositories, unlimited [collaborators](../docker-hub/repos.md#collaborators-and-their-role) for public repositories, [Auto Builds](../docker-hub/builds/index.md) with 5 concurrent builds, 300 [Hub Vulnerability Scans](../docker-hub/vulnerability-scanning.md), unlimited [Scoped Access Tokens](../docker-hub/access-tokens.md), and more.
|
||||
|
||||
For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/){: target="_blank" rel="noopener" class="_" id="dkr_docs_subscription_btl"}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue