Skip to content

Commit 1b43e04

Browse files
Merge pull request #22146 from sarahsanders-docker/update-UI-steps
dd: update UI steps for Enterprise DD install
1 parent c81499e commit 1b43e04

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

content/manuals/desktop/setup/install/enterprise-deployment/msi-install-and-configure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The MSI package supports various MDM (Mobile Device Management) solutions, makin
1818
## Install interactively
1919

2020
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.
21+
2. Under **Docker Desktop**, select the **Deploy** page.
2222
3. From the **Windows OS** tab, select the **Download MSI installer** button.
2323
4. Once downloaded, double-click `Docker Desktop Installer.msi` to run the installer.
2424
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`.
@@ -44,7 +44,7 @@ If your administrator account is different to your user account, you must add th
4444
>
4545
> 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.
4646
>
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**.
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** page > under **Docker Desktop**.
4848
>
4949
> To keep up to date with new releases, check the [release notes](/manuals/desktop/release-notes.md) page.
5050
@@ -117,7 +117,7 @@ msiexec /i "DockerDesktop.msi" /L*V ".\msi.log" /passive /norestart
117117
> [!TIP]
118118
>
119119
> Some useful tips to remember when creating a value that expects a JSON string as it’s value:
120-
>
120+
>
121121
> - The property expects a JSON formatted string
122122
> - The string should be wrapped in double quotes
123123
> - The string shouldn't contain any whitespace
@@ -174,7 +174,7 @@ msiexec /x "DockerDesktop.msi" /L*V ".\msi.log" /quiet
174174
msiexec /x "DockerDesktop.msi" /quiet
175175
```
176176

177-
### Configuration options
177+
### Configuration options
178178

179179
> [!IMPORTANT]
180180
>
@@ -184,7 +184,7 @@ msiexec /x "DockerDesktop.msi" /quiet
184184
| :--- | :--- | :--- |
185185
| `ENABLEDESKTOPSHORTCUT` | Creates a desktop shortcut. | 1 |
186186
| `INSTALLFOLDER` | Specifies a custom location where Docker Desktop will be installed. | C:\Program Files\Docker |
187-
| `ADMINSETTINGS` | Automatically creates an `admin-settings.json` file which is used to [control certain Docker Desktop settings](/manuals/security/for-admins/hardened-desktop/settings-management/_index.md) on client machines within organizations. It must be used together with the `ALLOWEDORG` property. | None |
187+
| `ADMINSETTINGS` | Automatically creates an `admin-settings.json` file which is used to [control certain Docker Desktop settings](/manuals/security/for-admins/hardened-desktop/settings-management/_index.md) on client machines within organizations. It must be used together with the `ALLOWEDORG` property. | None |
188188
| `ALLOWEDORG` | Requires the user to sign in and be part of the specified Docker Hub organization when running the application. This creates a registry key called `allowedOrgs` in `HKLM\Software\Policies\Docker\Docker Desktop`. | None |
189189
| `ALWAYSRUNSERVICE` | Lets users switch to Windows containers without needing admin rights | 0 |
190190
| `DISABLEWINDOWSCONTAINERS` | Disables the Windows containers integration | 0 |

content/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The PKG package supports various MDM (Mobile Device Management) solutions, makin
1313
## Install interactively
1414

1515
1. In the [Docker Admin Console](http://admin.docker.com/), navigate to your organization.
16-
2. Under **Security and access**, select the **Deploy Docker Desktop** page.
17-
3. From the **macOS** tab, select the **Download PKG installer** button.
18-
4. Once downloaded, double-click `Docker.pkg` to run the installer.
16+
2. Under **Docker Desktop**, select the **Deploy** page.
17+
3. From the **macOS** tab, select the **Download PKG installer** button.
18+
4. Once downloaded, double-click `Docker.pkg` to run the installer.
1919
5. Follow the instructions on the installation wizard to authorize the installer and proceed with the install.
2020
- **Introduction**: Select `Continue`.
2121
- **License**: Review the license agreement and select `Agree`.
@@ -28,14 +28,14 @@ The PKG package supports various MDM (Mobile Device Management) solutions, makin
2828
>
2929
> When installing Docker Desktop with the PKG, in-app updates are automatically disabled. This feature ensures your organization maintains the required Docker Desktop version. For Docker Desktop installed with the .dmg installer, in-app updates remain supported.
3030
>
31-
> 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**.
31+
> 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** page > under **Docker Desktop**.
3232
>
3333
> To keep up to date with new releases, check the [release notes](/manuals/desktop/release-notes.md) page.
3434
3535
## Install from the command line
3636

3737
1. In the [Docker Admin Console](http://admin.docker.com/), navigate to your organization.
38-
2. Under **Security and access**, select the **Deploy Docker Desktop** page.
38+
2. Under **Security and access**, select the **Deploy Docker Desktop** page.
3939
3. From the **macOS** tab, select the **Download PKG installer** button.
4040
4. From your terminal, run the following command:
4141

0 commit comments

Comments
 (0)