Skip to content

Commit da016eb

Browse files
committed
poc: enterprise docs section
1 parent 6fc9fe8 commit da016eb

File tree

14 files changed

+55
-23
lines changed

14 files changed

+55
-23
lines changed

content/manuals/_index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ params:
1313
- AI
1414
- Products
1515
- Platform
16+
- Enterprise
1617
notoc: true
1718
open-source:
1819
- title: Docker Build
@@ -107,6 +108,11 @@ params:
107108
description: Commercial use licenses for Docker products.
108109
icon: card_membership
109110
link: /subscription/
111+
enterprise:
112+
- title: Deploy Docker Desktop
113+
description: Deploy Docker Desktop at scale within your company
114+
icon: download
115+
link: /enterprise/enterprise-deployment/
110116
---
111117

112118
This section contains user guides on how to install, set up, configure, and use
@@ -133,6 +139,12 @@ End-to-end developer solutions for innovative teams.
133139
## Platform
134140

135141
Documentation related to the Docker platform, such as administration and
136-
subscription management for organizations.
142+
subscription management.
137143

138144
{{< grid items=platform >}}
145+
146+
## Enterprise
147+
148+
Targeted at IT administrators with help on deploying Docker Desktop at scale with configuration guidance on security related features.
149+
150+
{{< grid items=enterprise >}}

content/manuals/desktop/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
588588
- Administrators can now:
589589
- Enforce sign-in with macOS [configuration profiles](/manuals/security/for-admins/enforce-sign-in/methods.md#configuration-profiles-method-mac-only) (Early Access).
590590
- Enforce sign-in for more than one organization at a time (Early Access).
591-
- Deploy Docker Desktop for Mac in bulk with the [PKG installer](/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md) (Early Access).
591+
- Deploy Docker Desktop for Mac in bulk with the [PKG installer](/manuals/enterprise/enterprise-deployment/pkg-install-and-configure.md) (Early Access).
592592
- Use Desktop Settings Management to manage and enforce defaults via admin.docker.com (Early Access).
593593
- Enhance Container Isolation (ECI) has been improved to:
594594
- Allow admins to [turn off Docker socket mount restrictions](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/config.md#allowing-all-containers-to-mount-the-docker-socket).
@@ -816,7 +816,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
816816
- [Host networking](/manuals/engine/network/drivers/host.md#docker-desktop) support on Docker Desktop is now generally available.
817817
- If you authenticate via the CLI, you can now authenticate through a browser-based flow, removing the need for manual PAT generation.
818818
- Windows now supports automatic reclamation of disk space in Docker Desktop for WSL2 installations [using a managed virtual hard disk](/manuals/desktop/features/wsl/best-practices.md).
819-
- Deploying Docker Desktop via the [MSI installer](/manuals/desktop/setup/install/enterprise-deployment/msi-install-and-configure.md) is now generally available.
819+
- Deploying Docker Desktop via the [MSI installer](/manuals/enterprise/enterprise-deployment/msi-install-and-configure.md) is now generally available.
820820
- Two new methods to [enforce sign-in](/manuals/security/for-admins/enforce-sign-in/_index.md) (windows registry key and `.plist` file) are now generally available.
821821
- Fresh installations of Docker Desktop now use the containerd image store by default.
822822
- [Compose Bridge](/manuals/compose/bridge/_index.md) (Experimental) is now available from the Compose file viewer. Easily convert and deploy your Compose project to a Kubernetes cluster.

content/manuals/desktop/setup/install/enterprise-deployment/_index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/manuals/desktop/setup/vm-vdi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ For WSL 2-related issues, contact Nutanix support. For Docker Desktop-specific i
9595

9696
## Aditional resources
9797

98-
- [Docker Desktop on Microsoft Dev Box](/manuals/desktop/setup/install/enterprise-deployment/dev-box.md)
98+
- [Docker Desktop on Microsoft Dev Box](/manuals/enterprise/enterprise-deployment/dev-box.md)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
build:
3+
render: never
4+
title: Enterprise
5+
---
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Enterprise deployment
3+
weight: 10
4+
description: If you're an IT admin, learn how to deploy Docker Desktop at scale
5+
keywords: msi, docker desktop, windows, installation, mac, pkg, enterprise
6+
params:
7+
sidebar:
8+
group: Enterprise
9+
---
10+
11+
Docker Desktop supports scalable deployment options tailored for enterprise IT environments. Whether you're rolling out Docker across hundreds of developer workstations or enforcing consistent configuration through MDM solutions like Intune or Jamf, this section provides everything you need to install, configure, and manage Docker Desktop in a secure, repeatable way. Learn how to use MSI and PKG installers, configure default settings, control updates, and ensure compliance with your organization's policies—across Windows, macOS, and Linux systems.

content/manuals/desktop/setup/install/enterprise-deployment/dev-box.md renamed to content/manuals/enterprise/enterprise-deployment/dev-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Title: Docker Desktop in Microsoft Dev Box
33
linkTitle: Microsoft Dev Box
44
description: Learn about the benefits of and how to setup Docker Desktop in Microsoft Dev Box
55
keywords: desktop, docker, windows, microsoft dev box
6+
weight: 60
67
aliases:
78
- /desktop/features/dev-box/
9+
- /desktop/setup/install/enterprise-deployment/dev-box/
810
---
911

1012
Docker Desktop is available as a pre-configured image in the Microsoft Azure Marketplace for use with Microsoft Dev Box, allowing developers to quickly set up consistent development environments in the cloud.

content/manuals/desktop/setup/install/enterprise-deployment/faq.md renamed to content/manuals/enterprise/enterprise-deployment/faq.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ linkTitle: FAQs
44
description: Frequently asked questions for deploying Docker Desktop at scale
55
keywords: msi, deploy, docker desktop, faqs, pkg, mdm, jamf, intune, windows, mac, enterprise, admin
66
tags: [FAQ, admin]
7+
weight: 70
78
aliases:
8-
- /desktop/install/msi/faq/
9-
- /desktop/setup/install/msi/faq/
9+
- /desktop/install/msi/faq/
10+
- /desktop/setup/install/msi/faq/
11+
- /desktop/setup/install/enterprise-deployment/faq/
1012
---
1113

1214
## MSI

content/manuals/desktop/setup/install/enterprise-deployment/ms-store.md renamed to content/manuals/enterprise/enterprise-deployment/ms-store.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: Install Docker Desktop for Windows through the Microsoft Store. Und
55
keywords: microsoft store, windows, docker desktop, install, deploy, configure, admin, mdm, intune, winget
66
tags: [admin]
77
weight: 30
8+
aliases:
9+
- /desktop/setup/install/enterprise-deployment/ms-store/
810
---
911

1012
You can deploy Docker Desktop for Windows through the [Microsoft app store](https://apps.microsoft.com/detail/xp8cbj40xlbwkx?hl=en-GB&gl=GB).
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ keywords: msi, windows, docker desktop, install, deploy, configure, admin, mdm
55
tags: [admin]
66
weight: 10
77
aliases:
8-
- /desktop/install/msi/install-and-configure/
9-
- /desktop/setup/install/msi/install-and-configure/
10-
- /desktop/install/msi/
11-
- /desktop/setup/install/msi/
8+
- /desktop/install/msi/install-and-configure/
9+
- /desktop/setup/install/msi/install-and-configure/
10+
- /desktop/install/msi/
11+
- /desktop/setup/install/msi/
12+
- /desktop/setup/install/enterprise-deployment/msi-install-and-configure/
1213
---
1314

1415
{{< summary-bar feature_name="MSI installer" >}}
@@ -250,4 +251,4 @@ When analytics is disabled, this key is set to `1`.
250251

251252
## Additional resources
252253

253-
- [Explore the FAQs](/manuals/desktop/setup/install/enterprise-deployment/faq.md)
254+
- [Explore the FAQs](/manuals/enterprise/enterprise-deployment/faq.md)

0 commit comments

Comments
 (0)