mirror of https://github.com/docker/docs.git
updated deactivating docs
This commit is contained in:
parent
26f56985ed
commit
5e32c9035e
|
@ -13,19 +13,15 @@ Before deactivating your Docker Hub account, please complete the following:
|
|||
1. Download any images and tags you want to keep:
|
||||
`docker pull -a <image>:<tag>`.
|
||||
|
||||
2. If you have an active subscription, downgrade it to the **Docker Personal** subscription.
|
||||
2. If you belong to any organizations, remove your account from all of them.
|
||||
|
||||
3. If you are the sole owner of any organization, either add someone to the **owners** team and then remove yourself from the organization, or deactivate the organization.
|
||||
|
||||
4. If you have an active subscription, downgrade it to the **Docker Personal** subscription.
|
||||
|
||||
In Docker Hub, navigate to **_Your Account_** > **Account Settings** > **Billing**.
|
||||
|
||||
3. If you have an enterprise license, download the key.
|
||||
|
||||
In Docker Hub, navigate to **_Your Account_** > **Accounts Settings** > **Licenses**. The download link will no longer be available after your account is disabled.
|
||||
|
||||
4. If you belong to any organizations, remove your account from all of them.
|
||||
|
||||
5. If you are the sole owner of any organization, either add someone to the **owners** team and then remove yourself from the organization, or deactivate the organization as well.
|
||||
|
||||
6. Unlink your [Github and Bitbucket accounts](builds/link-source.md#unlink-a-github-user-account).
|
||||
5. Unlink your [Github and Bitbucket accounts](https://docs.docker.com/docker-hub/builds/link-source/#unlink-a-github-user-account).
|
||||
|
||||
Once you have completed all the steps above, you may deactivate your account. On Docker Hub, go to **_Your Account_** > **Accounts Settings** > **Deactivate Account**.
|
||||
|
||||
|
@ -40,13 +36,13 @@ Before deactivating an organization, please complete the following:
|
|||
1. Download any images and tags you want to keep:
|
||||
`docker pull -a <image>:<tag>`.
|
||||
|
||||
2. If you have an active subscription, downgrade it to the **Docker Personal** subscription:
|
||||
2. If you have an active subscription, downgrade it to the **Docker Free Team** subscription:
|
||||
|
||||
In Docker Hub, navigate to **Organizations** > **_Your Organization_** > **Billing**.
|
||||
|
||||
3. Remove all other members, including those in the **Owners** team, within the organization.
|
||||
|
||||
4. Unlink your [Github and Bitbucket accounts](builds/link-source.md#unlink-a-github-user-account).
|
||||
4. Unlink your [Github and Bitbucket accounts](https://docs.docker.com/docker-hub/builds/link-source/#unlink-a-github-user-account).
|
||||
|
||||
Once you have completed all the steps above, you may deactivate your organization. On Docker Hub, go to **Organizations** > **_Your Organization_** > **Settings** > **Deactivate Org**.
|
||||
|
||||
|
|
Loading…
Reference in New Issue