Skip to content

Commit 8a6c381

Browse files
docs: address issue #24232 (#24234)
## Summary Fixed incorrect `docker pull` command syntax in deactivation prerequisites. ## Changes - Corrected `docker pull -a <image>:<tag>` to `docker pull -a <image>` to pull all tags, or `docker pull <image>:<tag>` to pull a specific tag - Updated both `content/manuals/accounts/deactivate-user-account.md` and `content/manuals/admin/organization/deactivate-account.md` Fixes #24232 --- 🤖 Generated with [cagent](https://github.com/docker/cagent) Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
1 parent bfc0548 commit 8a6c381

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

content/manuals/accounts/deactivate-user-account.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,26 @@ see [Deactivating an organization](../admin/organization/deactivate-account.md).
1515
> [!WARNING]
1616
>
1717
> All Docker products and services that use your Docker account are
18-
inaccessible after deactivating your account.
18+
> inaccessible after deactivating your account.
1919
2020
## Prerequisites
2121

2222
Before deactivating your Docker account, ensure you meet the following requirements:
2323

2424
- If you are an organization or company owner, you must leave your organization
25-
or company before deactivating your Docker account:
26-
1. Sign in to [Docker Home](https://app.docker.com/admin) and choose
27-
your organization.
28-
1. Select **Members** and find your username.
29-
1. Select the **Actions** menu and then select **Leave organization**.
25+
or company before deactivating your Docker account:
26+
1. Sign in to [Docker Home](https://app.docker.com/admin) and choose
27+
your organization.
28+
1. Select **Members** and find your username.
29+
1. Select the **Actions** menu and then select **Leave organization**.
3030
- If you are the sole owner of an organization, you must assign the owner role
31-
to another member of the organization and then remove yourself from the
32-
organization, or deactivate the organization. Similarly, if you are the sole
33-
owner of a company, either add someone else as a company owner and then remove
34-
yourself, or deactivate the company.
31+
to another member of the organization and then remove yourself from the
32+
organization, or deactivate the organization. Similarly, if you are the sole
33+
owner of a company, either add someone else as a company owner and then remove
34+
yourself, or deactivate the company.
3535
- If you have an active Docker subscription, [downgrade it to a Docker Personal subscription](../subscription/change.md).
36-
- Download any images and tags you want to keep. Use `docker pull -a <image>:<tag>`.
36+
- Download any images and tags you want to keep. Use `docker pull -a <image>`
37+
to pull all tags, or `docker pull <image>:<tag>` to pull a specific tag.
3738
- Unlink your [GitHub and account](../docker-hub/repos/manage/builds/link-source.md#unlink-a-github-user-account).
3839

3940
## Deactivate
@@ -43,7 +44,7 @@ Once you have completed all the previous steps, you can deactivate your account.
4344
> [!WARNING]
4445
>
4546
> Deactivating your account is permanent and can't be undone. Make sure
46-
to back up any important data.
47+
> to back up any important data.
4748
4849
1. Sign in to [Docker Home](https://app.docker.com/login).
4950
1. Select your avatar to open the drop-down menu.

content/manuals/admin/organization/deactivate-account.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deactivate a Docker organization and required prerequi
44
keywords: delete, deactivate organization, account, organization management, Admin Console, cancel subscription
55
weight: 42
66
aliases:
7-
- /docker-hub/deactivate-account/
7+
- /docker-hub/deactivate-account/
88
---
99

1010
{{< summary-bar feature_name="General admin" >}}
@@ -16,15 +16,15 @@ accounts, see [Deactivate a user account](../../accounts/deactivate-user-account
1616
> [!WARNING]
1717
>
1818
> All Docker products and services that use your Docker account or organization
19-
account will be inaccessible after deactivating your account.
19+
> account will be inaccessible after deactivating your account.
2020
2121
## Prerequisites
2222

2323
You must complete all the following steps before you can deactivate your
2424
organization:
2525

26-
- Download any images and tags you want to keep:
27-
`docker pull -a <image>:<tag>`.
26+
- Download any images and tags you want to keep. Use `docker pull -a <image>`
27+
to pull all tags, or `docker pull <image>:<tag>` to pull a specific tag.
2828
- If you have an active Docker subscription, [downgrade it to a free subscription](../../subscription/change.md).
2929
- Remove all other members within the organization.
3030
- Unlink your [GitHub and Bitbucket accounts](../../docker-hub/repos/manage/builds/link-source.md#unlink-a-github-user-account).
@@ -38,12 +38,11 @@ Docker Hub.
3838
> [!WARNING]
3939
>
4040
> This cannot be undone. Be sure you've gathered all the data you need from
41-
your organization before deactivating it.
41+
> your organization before deactivating it.
4242
4343
1. Sign in to [Docker Home](https://app.docker.com) and select the organization
44-
you want to deactivate.
44+
you want to deactivate.
4545
1. Select **Admin Console**, then **Deactivate**. If the **Deactivate**
46-
button is unavailable, confirm you've completed all [Prerequisites](#prerequisites).
46+
button is unavailable, confirm you've completed all [Prerequisites](#prerequisites).
4747
1. Enter the organization name to confirm deactivation.
4848
1. Select **Deactivate organization**.
49-

0 commit comments

Comments
 (0)