mirror of https://github.com/docker/docs.git
ENGDOCS-2182 (#20628)
* ENGDOCS-2182 * ENGDOCS-2182 * ENGDOCS-2182 * update note * update note * caps fix
This commit is contained in:
parent
cc7eab890c
commit
2a31bb8da6
|
@ -3,11 +3,10 @@ title: Deploy with Microsoft installer
|
|||
description: If you're an IT admin, learn how to deploy Docker Desktop with Microsoft installer
|
||||
keywords: msi, docker desktop, windows, installation
|
||||
---
|
||||
|
||||
{{% restricted title="Early Access" %}}
|
||||
The MSI installer is an [early access](../../../release-lifecycle.md#early-access-ea) feature for Docker Business subscribers.
|
||||
It's available to all company owners and organization owners with Docker Desktop version 4.32 and later.
|
||||
{{% /restricted %}}
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> The MSI installer is available to all company owners and organization owners with Docker Desktop version 4.32 and later.
|
||||
|
||||
Docker offers a 64-bit Microsoft Installer (MSI) package designed to assist IT administrators in customizing and deploying Docker Desktop across multiple users or machines in an enterprise environment.
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ subscription](../../../subscription/core-subscription/details.md) and they can c
|
|||
security features](/security/for-admins/hardened-desktop/_index.md) for your organization.
|
||||
|
||||
There are multiple ways you can enforce sign-in, depending on your companies' set up and preferences:
|
||||
- [Registry key method (Windows only)](methods.md#registry-key-method-windows-only){{< badge color=violet text="Early Access" >}}
|
||||
- [`.plist` method (Mac only)](methods.md#plist-method-mac-only){{< badge color=violet text="Early Access" >}}
|
||||
- [Registry key method (Windows only)](methods.md#registry-key-method-windows-only){{< badge color=blue text="New" >}}
|
||||
- [`.plist` method (Mac only)](methods.md#plist-method-mac-only){{< badge color=blue text="New" >}}
|
||||
- [`registry.json` method (All)](methods.md#registryjson-method-all)
|
||||
|
||||
## How is sign-in enforced?
|
||||
|
|
|
@ -8,10 +8,9 @@ This page outlines the different ways you can enforce sign-in for Docker Desktop
|
|||
|
||||
## Registry key method (Windows only)
|
||||
|
||||
{{% restricted title="Early Access" %}}
|
||||
The registry key method is an [early access](../../../release-lifecycle.md#early-access-ea) feature for Docker Business subscribers.
|
||||
It's available with Docker Desktop version 4.32 and later.
|
||||
{{% /restricted %}}
|
||||
> [!NOTE]
|
||||
>
|
||||
> The registry key method is available with Docker Desktop version 4.32 and later.
|
||||
|
||||
1. Create the registry key. Your new key should look like the following:
|
||||
|
||||
|
@ -28,7 +27,7 @@ It's available with Docker Desktop version 4.32 and later.
|
|||
|
||||
In some cases, a system reboot may be necessary for enforcement to take effect.
|
||||
|
||||
>**Note**
|
||||
> [!NOTE]
|
||||
>
|
||||
> If a registry key and a `registry.json` file both exist, the registry key takes precedence.
|
||||
|
||||
|
@ -49,10 +48,9 @@ There are many ways to deploy the registry key, for example using an MDM solutio
|
|||
|
||||
## plist method (Mac only)
|
||||
|
||||
{{% restricted title="Early Access" %}}
|
||||
The plist method is an [early access](../../../release-lifecycle.md#early-access-ea) feature for Docker Business subscribers.
|
||||
It's available with Docker Desktop version 4.32 and later.
|
||||
{{% /restricted %}}
|
||||
> [!NOTE]
|
||||
>
|
||||
> The registry key method is available with Docker Desktop version 4.32 and later.
|
||||
|
||||
1. Create the file `/Library/Application Support/com.docker.docker/desktop.plist`.
|
||||
2. Open `desktop.plist` in a text editor and add the following content, where `myorg` is replaced with your organization’s name all lowercase:
|
||||
|
@ -77,7 +75,7 @@ It's available with Docker Desktop version 4.32 and later.
|
|||
4. Restart Docker Desktop.
|
||||
5. Open Docker Desktop and when Docker Desktop starts, verify that the **Sign in required!** prompt appears.
|
||||
|
||||
>**Note**
|
||||
> [!NOTE]
|
||||
>
|
||||
> If a `plist` and `registry.json` file both exist, the `plist` file takes precedence.
|
||||
|
||||
|
|
|
@ -1185,7 +1185,7 @@ Manuals:
|
|||
title: Understand permission requirements for Mac
|
||||
- path: /desktop/install/windows-install/
|
||||
title: Windows
|
||||
- sectiontitle: Use the MSI installer {{< badge color=violet text="Early Access" >}}
|
||||
- sectiontitle: Use the MSI installer {{< badge color=blue text="New" >}}
|
||||
section:
|
||||
- path: /desktop/install/msi/
|
||||
title: Overview
|
||||
|
|
Loading…
Reference in New Issue