Skip to content

Commit d4ce08a

Browse files
authored
enterprise: move content (#23100)
<!--Delete sections as needed --> ## Description Part of https://docker.atlassian.net/browse/ENGDOCS-2836 ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 320e828 commit d4ce08a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+153
-117
lines changed

content/guides/admin-set-up/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can test SSO and SCIM by signing in to Docker Desktop or Docker Hub with the
1010

1111
> [!IMPORTANT]
1212
>
13-
> Some users may need CLI based logins to Docker Hub, and for this they will need a [personal access token (PAT)](/manuals/security/for-developers/access-tokens.md).
13+
> Some users may need CLI based logins to Docker Hub, and for this they will need a [personal access token (PAT)](/manuals/security/access-tokens.md).
1414
1515
## Test RAM and IAM
1616

content/guides/bun/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3131

3232
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3333

34-
4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/access-tokens.md#create-an-access-token)for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
34+
4. Create a new [Personal Access Token (PAT)](/manuals/security/access-tokens.md#create-an-access-token)for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
3535

3636
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
3737
`DOCKERHUB_TOKEN`.

content/guides/cpp/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3232

3333
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

35-
4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
35+
4. Create a new [Personal Access Token (PAT)](/manuals/security/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
3636

3737
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
3838
`DOCKERHUB_TOKEN`.

content/guides/deno/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3131

3232
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3333

34-
4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/access-tokens.md#create-an-access-token)for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
34+
4. Create a new [Personal Access Token (PAT)](/manuals/security/access-tokens.md#create-an-access-token)for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
3535

3636
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
3737
`DOCKERHUB_TOKEN`.

content/guides/dotnet/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3232

3333
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

35-
4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
35+
4. Create a new [Personal Access Token (PAT)](/manuals/security/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
3636

3737
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
3838
`DOCKERHUB_TOKEN`.

content/guides/gha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ that, you must authenticate with your Docker credentials (username and access
5151
token) as part of the GitHub Actions workflow.
5252

5353
For instructions on how to create a Docker access token, see
54-
[Create and manage access tokens](/manuals/security/for-developers/access-tokens.md).
54+
[Create and manage access tokens](/manuals/security/access-tokens.md).
5555

5656
Once you have your Docker credentials ready, add the credentials to your GitHub
5757
repository so you can use them in GitHub Actions:

content/guides/golang/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3232

3333
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

35-
4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
35+
4. Create a new [Personal Access Token (PAT)](/manuals/security/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
3636

3737
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
3838
`DOCKERHUB_TOKEN`.

content/guides/java/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3232

3333
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

35-
4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
35+
4. Create a new [Personal Access Token (PAT)](/manuals/security/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
3636

3737
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
3838
`DOCKERHUB_TOKEN`.

content/guides/nodejs/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3232

3333
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

35-
4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
35+
4. Create a new [Personal Access Token (PAT)](/manuals/security/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
3636

3737
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
3838
`DOCKERHUB_TOKEN`.

content/guides/php/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Create a GitHub repository, configure the Docker Hub credentials, and push your
3232

3333
3. Create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
3434

35-
4. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
35+
4. Create a new [Personal Access Token (PAT)](/manuals/security/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
3636

3737
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
3838
`DOCKERHUB_TOKEN`.

0 commit comments

Comments
 (0)