Skip to content
Merged
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
10 changes: 5 additions & 5 deletions content/manuals/enterprise/enterprise-deployment/dev-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Microsoft Dev Box provides cloud-based, pre-configured developer workstations th

## Key benefits

- Pre-configured environment: Docker Desktop, WSL2, and other requirements come pre-installed and configured
- Consistent development: Ensure all team members work with the same Docker environment
- Powerful resources: Access more compute power and storage than might be available on local machines
- State persistence: Dev Box maintains your state between sessions, similar to hibernating a local machine
- Seamless licensing: Use your existing Docker subscription or purchase a new one directly through Azure Marketplace
- Docker Desktop, WSL2, and dependencies pre-installed
- Identical environment for every team member
- More compute and storage than a typical local machine
- Session state persists between uses
- Works with your existing Docker subscription

## Setup

Expand Down
6 changes: 1 addition & 5 deletions content/manuals/enterprise/enterprise-deployment/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ Common questions about installing Docker Desktop using the MSI installer.

### What happens to user data if they have an older Docker Desktop installation (i.e. `.exe`)?

Users must [uninstall](/manuals/desktop/uninstall.md) older `.exe` installations before using the new MSI version. This deletes all Docker containers, images, volumes, and other Docker-related data local to the machine, and removes the files generated by Docker Desktop.

To preserve existing data before uninstalling, users should [backup](/manuals/desktop/settings-and-maintenance/backup-and-restore.md) their containers and volumes.

For Docker Desktop 4.30 and later, the `.exe` installer includes a `-keep-data` flag that removes Docker Desktop while preserving underlying resources such as the container VMs:
Users must [uninstall](/manuals/desktop/uninstall.md) older `.exe` installations before using the new MSI version. The `.exe` installer includes a `-keep-data` flag that removes Docker Desktop while preserving underlying resources such as the container VMs:

```powershell
& 'C:\Program Files\Docker\Docker\Docker Desktop Installer.exe' uninstall -keep-data
Expand Down
2 changes: 0 additions & 2 deletions data/summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,15 +255,13 @@ Load by default:
requires: Docker Buildx [0.14.0](https://github.com/docker/buildx/releases/tag/v0.14.0) and later
MSI installer:
subscription: [Business]
requires: Docker Desktop [4.32](/manuals/desktop/release-notes.md#4320) and later
for: Administrators
OATs:
subscription: [Team, Business]
Pay by invoice:
subscription: [Team, Business]
PKG installer:
subscription: [Business]
requires: Docker Desktop [4.36](/manuals/desktop/release-notes.md#4360) and later
for: Administrators
Private marketplace:
availability: Beta
Expand Down
Loading