Skip to content

Commit 6f695c7

Browse files
authored
Deploy DD freshness (#24670)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent fa88f5d commit 6f695c7

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

content/manuals/enterprise/enterprise-deployment/dev-box.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Microsoft Dev Box provides cloud-based, pre-configured developer workstations th
1515

1616
## Key benefits
1717

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

2424
## Setup
2525

content/manuals/enterprise/enterprise-deployment/faq.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ Common questions about installing Docker Desktop using the MSI installer.
1717

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

20-
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.
21-
22-
To preserve existing data before uninstalling, users should [backup](/manuals/desktop/settings-and-maintenance/backup-and-restore.md) their containers and volumes.
23-
24-
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:
20+
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:
2521

2622
```powershell
2723
& 'C:\Program Files\Docker\Docker\Docker Desktop Installer.exe' uninstall -keep-data

data/summary.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,13 @@ Load by default:
255255
requires: Docker Buildx [0.14.0](https://github.com/docker/buildx/releases/tag/v0.14.0) and later
256256
MSI installer:
257257
subscription: [Business]
258-
requires: Docker Desktop [4.32](/manuals/desktop/release-notes.md#4320) and later
259258
for: Administrators
260259
OATs:
261260
subscription: [Team, Business]
262261
Pay by invoice:
263262
subscription: [Team, Business]
264263
PKG installer:
265264
subscription: [Business]
266-
requires: Docker Desktop [4.36](/manuals/desktop/release-notes.md#4360) and later
267265
for: Administrators
268266
Private marketplace:
269267
availability: Beta

0 commit comments

Comments
 (0)