You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`subscription`| Notes the subscription required to use the feature | All, Personal, Pro, Team, Business |
19
+
|`availability`| Notes what product development stage the feature is in | Experimental, Beta, Early access, GA, Retired |
20
+
|`requires`| Notes what minimum version is required for the feature | No specific value, use a string to describe the version and link to relevant release notes |
21
+
|`for`| Notes if the feature is intended for IT Administrators | Administrators |
22
+
23
+
Then, add the `summary-bar` shortcode on the page you want to add the summary bar to. Note, the feature name is case sensitive. The icons that appear in the summary bar are automatically rendered.
17
24
18
25
## Examples
19
26
20
-
{{< introduced buildx 0.16.0 >}}
27
+
{{< summary-bar feature_name="PKG installer" >}}
21
28
22
29
> [!NOTE]
23
30
>
@@ -54,18 +61,10 @@ is displayed in the callout.
54
61
55
62
For both of the following callouts, consult [the Docker release lifecycle](/release-lifecycle) for more information on when to use them.
56
63
57
-
{{% experimental title="Beta feature" %}}
58
-
The Builds view is currently in Beta. This feature may change or be removed from future releases.
59
-
{{% /experimental %}}
60
-
61
-
{{% restricted %}}
62
-
Docker Scout is an [early access](/release-lifecycle/#early-access-ea) product.
When enabled, Compose displays a navigation menu where you can choose to open the Compose stack in Docker Desktop, switch on [`watch` mode](../file-watch.md), or use [Docker Debug](/reference/cli/docker/debug.md).
178
178
@@ -183,7 +183,7 @@ When enabled, Compose displays a navigation menu where you can choose to open th
This is an opt-out variable. When turned off it deactivates the experimental features such as the navigation menu or [Synchronized file shares](/manuals/desktop/features/synchronized-file-sharing.md).
The Docker Desktop CLI lets you perform key operations such as starting, stopping, restarting, and checking the status of Docker Desktop directly from the command line. It is available with Docker Desktop version 4.37 and later.
16
+
The Docker Desktop CLI lets you perform key operations such as starting, stopping, restarting, and checking the status of Docker Desktop directly from the command line.
> The MSI installer is available to all company and organization owners with a Business subscription and Docker Desktop version 4.32 and later.
12
+
{{< summary-bar feature_name="MSI installer" >}}
15
13
16
14
The MSI package supports various MDM (Mobile Device Management) solutions, making it ideal for bulk installations and eliminating the need for manual setups by individual users. With this package, IT administrators can ensure standardized, policy-driven installations of Docker Desktop, enhancing efficiency and software management across their organizations.
17
15
18
16
## Install interactively
19
17
20
-
1. In the [Docker Admin Console](http://admin.docker.com/), navigate to your organization.
21
-
2. Under **Security and access**, select the **Deploy Docker Desktop** page.
22
-
3. From the **Windows OS** tab, select the **Download MSI installer** button.
23
-
4. Once downloaded, double-click `Docker Desktop Installer.msi` to run the installer.
18
+
1. In the [Docker Admin Console](http://admin.docker.com/), navigate to your organization.
19
+
2. Under **Security and access**, select the **Deploy Docker Desktop** page.
20
+
3. From the **Windows OS** tab, select the **Download MSI installer** button.
21
+
4. Once downloaded, double-click `Docker Desktop Installer.msi` to run the installer.
24
22
5. Once you've accepted the license agreement, you can choose the install location. By default, Docker Desktop is installed at `C:\Program Files\Docker\Docker`.
25
23
6. Configure the Docker Desktop installation. You can:
26
24
@@ -36,25 +34,25 @@ The MSI package supports various MDM (Mobile Device Management) solutions, makin
36
34
37
35
If your administrator account is different to your user account, you must add the user to the **docker-users** group:
38
36
1. Run **Computer Management** as an **administrator**.
39
-
2. Navigate to **Local Users and Groups** > **Groups** > **docker-users**.
37
+
2. Navigate to **Local Users and Groups** > **Groups** > **docker-users**.
40
38
3. Right-click to add the user to the group.
41
39
4. Sign out and sign back in for the changes to take effect.
42
40
43
41
> [!NOTE]
44
42
>
45
43
> When installing Docker Desktop with the MSI, in-app updates are automatically disabled. This feature ensures your organization maintains the required Docker Desktop version. For Docker Desktop installed with the .exe installer, in-app updates remain supported.
46
44
>
47
-
> Docker Desktop notifies you when an update is available. To update Docker Desktop, download the latest installer from the Docker Admin Console. Navigate to the **Deploy Docker Desktop** page > under **Security and access**.
45
+
> Docker Desktop notifies you when an update is available. To update Docker Desktop, download the latest installer from the Docker Admin Console. Navigate to the **Deploy Docker Desktop** page > under **Security and access**.
48
46
>
49
47
> To keep up to date with new releases, check the [release notes](/manuals/desktop/release-notes.md) page.
50
48
51
49
## Install from the command line
52
50
53
51
This section covers command line installations of Docker Desktop using PowerShell. It provides common installation commands that you can run. You can also add additional arguments which are outlined in [configuration options](#configuration-options).
54
52
55
-
When installing Docker Desktop, you can choose between interactive or non-interactive installations.
53
+
When installing Docker Desktop, you can choose between interactive or non-interactive installations.
56
54
57
-
Interactive installations, without specifying `/quiet` or `/qn`, display the user interface and let you select your own properties.
55
+
Interactive installations, without specifying `/quiet` or `/qn`, display the user interface and let you select your own properties.
58
56
59
57
When installing via the user interface it's possible to:
60
58
@@ -239,7 +237,7 @@ The registry key is as follows:
`exec`is only relevant when `action` is set to `sync+exec`. Like [service hooks](services.md#post_start), `exec` is used to define the command to be run inside the container once it has started.
69
+
`exec`is only relevant when `action` is set to `sync+exec`. Like [service hooks](services.md#post_start), `exec` is used to define the command to be run inside the container once it has started.
70
70
71
71
- `command`: Specifies the command to run once the container starts. This attribute is required, and you can choose to use either the shell form or the exec form.
72
72
- `user`: The user to run the command. If not set, the command is run with the same user as the main service command.
0 commit comments