Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"Bash(sort find /mnt/c/Users/Alexa/Documents/docs/content -type d -name \"*troubleshoot*\")"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ Non-interactive installations are silent and any additional configuration must b

### Common installation commands

> [!IMPORTANT]
>
> Admin rights are required to run any of the following commands.
Admin rights are required to run any of the following commands.

#### Install interactively with verbose logging

Expand Down Expand Up @@ -199,9 +197,7 @@ msiexec /x "DockerDesktop.msi" /quiet

### Configuration options

> [!IMPORTANT]
>
> In addition to the following custom properties, the Docker Desktop MSI installer also supports the standard [Windows Installer command line options](https://learn.microsoft.com/en-us/windows/win32/msi/standard-installer-command-line-options).
In addition to the following custom properties, the Docker Desktop MSI installer also supports the standard [Windows Installer command line options](https://learn.microsoft.com/en-us/windows/win32/msi/standard-installer-command-line-options).

| Property | Description | Default |
| :--- | :--- | :--- |
Expand Down
41 changes: 13 additions & 28 deletions content/manuals/subscription/manage-seats.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,42 +19,34 @@

## Add seats to your subscription

If you have a sales-assisted Docker Business subscription, contact your account manager to add seats to your subscription.

{{< tabs >}}
{{< tab name="Docker subscription" >}}

> [!IMPORTANT]
>
> If you have a sales-assisted Docker Business subscription, contact your account manager to add seats to your subscription.
To add seats:

1. Sign in to [Docker Home](https://app.docker.com/) and select your
organization.
1. Select **Billing**.
- If you choose to pay using a US bank account, you must verify the account.

Check warning on line 32 in content/manuals/subscription/manage-seats.md

View workflow job for this annotation

GitHub Actions / validate (vale)

[vale] reported by reviewdog 🐶 [Docker.We] Avoid using first-person plural like 'US'. Raw Output: {"message": "[Docker.We] Avoid using first-person plural like 'US'.", "location": {"path": "content/manuals/subscription/manage-seats.md", "range": {"start": {"line": 32, "column": 35}}}, "severity": "WARNING"}
- For more information, see [Verify a bank account](manuals/billing/payment-method.md#verify-a-bank-account).
1. Select **Add seats** and follow the on-screen instructions to complete
adding seats. Note, you can't use pay by invoice for purchasing additional
seats. You must use a card or US bank account.

> [!NOTE]
>
> If you choose to pay using a US bank account, you must verify the account. For
> more information, see [Verify a bank account](manuals/billing/payment-method.md#verify-a-bank-account).
adding seats.
- You can't use pay by invoice for purchasing additional seats.
- You must use a card or US bank account.

Check warning on line 37 in content/manuals/subscription/manage-seats.md

View workflow job for this annotation

GitHub Actions / validate (vale)

[vale] reported by reviewdog 🐶 [Docker.We] Avoid using first-person plural like 'US'. Raw Output: {"message": "[Docker.We] Avoid using first-person plural like 'US'.", "location": {"path": "content/manuals/subscription/manage-seats.md", "range": {"start": {"line": 37, "column": 29}}}, "severity": "WARNING"}

You can now add more members to your organization. For more information, see [Manage organization members](../admin/organization/members.md).

{{< /tab >}}
{{< tab name="Legacy Docker subscription" >}}

> [!IMPORTANT]
>
> If you have a sales-assisted Docker Business subscription, contact your account manager to add seats to your subscription.
To add seats to your Legacy Docker subscription:

1. Sign in to [Docker Hub](https://hub.docker.com).
1. Select your organization, then select **Billing**.
1. On the Billing page, select **Add seats**.
1. Select the number of seats you want to add, then select **Purchase**.
2. Select your organization, then select **Billing**.
3. On the Billing page, select **Add seats**.
4. Select the number of seats you want to add, then select **Purchase**.

To add seats to Docker Build Cloud:

Expand All @@ -75,14 +67,11 @@

For example, if you're billed on the 8th of every month for 10 seats and remove 2 seats on the 15th, the 2 seats remain available until your next billing cycle. Your payment for 8 seats begins on the next billing cycle.


{{< tabs >}}
{{< tab name="Docker subscription" >}}

> [!IMPORTANT]
>
> If you have a sales-assisted Docker Business subscription, contact your account manager to remove seats from your subscription.
To remove seats:
If you have a sales-assisted Docker Business subscription, contact your account manager to remove seats from your subscription. To remove seats:

1. Sign in to [Docker Home](https://app.docker.com/) and select your
organization.
Expand All @@ -95,11 +84,7 @@
{{< /tab >}}
{{< tab name="Legacy Docker subscription" >}}

> [!IMPORTANT]
>
> If you have a sales-assisted Docker Business subscription, contact your account manager to remove seats from your subscription.
To remove seats from your Legacy Docker subscription:
If you have a sales-assisted Docker Business subscription, contact your account manager to remove seats from your subscription. To remove seats from your Legacy Docker subscription:

1. Sign in to [Docker Hub](https://hub.docker.com).
1. Select your organization, then select **Billing**.
Expand Down
Loading