Skip to content

Commit 4700cce

Browse files
authored
Desktop: tidy up (#24707)
<!--Delete sections as needed --> ## Description Removes old versions and old tips and images ## 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 1a3288e commit 4700cce

5 files changed

Lines changed: 2 additions & 30 deletions

File tree

content/manuals/desktop/features/desktop-cli.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: How to use the Docker Desktop CLI
66
keywords: cli, docker desktop, macos, windows, linux
77
---
88

9-
{{< summary-bar feature_name="Docker Desktop CLI" >}}
10-
119
The Docker Desktop CLI lets you perform key operations such as starting, stopping, restarting, and updating Docker Desktop directly from the command line.
1210

1311
The Docker Desktop CLI provides:
@@ -31,7 +29,7 @@ docker desktop COMMAND [OPTIONS]
3129
| `status` | Displays whether Docker Desktop is running or stopped. |
3230
| `engine ls` | Lists available engines (Windows only) |
3331
| `engine use` | Switch between Linux and Windows containers (Windows only) |
34-
| `update` | Manage Docker Desktop updates. Available for Mac only with Docker Desktop version 4.38, or all OSs with Docker Desktop version 4.39 and later. |
32+
| `update` | Manage Docker Desktop updates. |
3533
| `logs` | Print log entries |
3634
| `disable` | Disable a feature |
3735
| `enable` | Enable a feature |

content/manuals/desktop/features/synchronized-file-sharing.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ aliases:
1010
{{< summary-bar feature_name="Synchronized file sharing" >}}
1111

1212
Synchronized file shares is an alternative file sharing mechanism that provides fast and flexible host-to-VM file sharing, enhancing bind mount performance through the use of synchronized filesystem caches.
13-
14-
![Image of Synchronized file shares pane](../images/synched-file-shares.webp)
1513

1614
## Who is it for?
1715

@@ -51,11 +49,6 @@ When the status indicator displays **Watching for filesystem changes**, your fil
5149
>
5250
> When you create a new service, setting the [bind mount option consistency](/reference/cli/docker/service/create/#options-for-bind-mounts) to `:consistent` bypasses Synchronized file shares.
5351
54-
> [!TIP]
55-
>
56-
> Docker Compose can automatically create file shares for bind mounts.
57-
> Ensure you're signed in to Docker with a paid subscription and have enabled both **Access experimental features** and **Manage Synchronized file shares with Compose** in Docker Desktop's settings.
58-
5952
## Explore your file share instance
6053

6154
The **Synchronized file shares** section displays all your file share instances and provides useful information about each instance including:
-37.6 KB
Binary file not shown.

content/manuals/desktop/uninstall.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 210
1010
>
1111
> Uninstalling Docker Desktop destroys Docker containers, images, volumes, and
1212
> other Docker-related data local to the machine, and removes the files generated
13-
> by the application. To learn how to preserve important data before uninstalling, refer to the [back up and restore data](/manuals/desktop/settings-and-maintenance/backup-and-restore.md) section.
13+
> by the application. To preserve important data before uninstalling, refer to the [back up and restore data](/manuals/desktop/settings-and-maintenance/backup-and-restore.md) section.
1414
1515
{{< tabs >}}
1616
{{< tab name="Windows" >}}
@@ -91,13 +91,6 @@ $ rm -rf ~/Library/Group\ Containers/group.com.docker
9191
$ rm -rf ~/.docker
9292
```
9393
94-
With Docker Desktop version 4.36 and earlier, the following files may also be left on the file system. You can remove these with administrative privileges:
95-
96-
```console
97-
/Library/PrivilegedHelperTools/com.docker.vmnetd
98-
/Library/PrivilegedHelperTools/com.docker.socket
99-
```
100-
10194
{{< /tab >}}
10295
{{< tab name="Ubuntu" >}}
10396

data/summary.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,6 @@ Docker Debug:
160160
requires: Docker Desktop 4.49 and later. For Docker Desktop versions 4.48.0 and earlier, you must have a Pro, Team, or Business subscription
161161
Docker Desktop Archlinux:
162162
availability: Experimental
163-
Docker Desktop CLI:
164-
requires: Docker Desktop [4.37](/manuals/desktop/release-notes.md#4370) and later
165-
Docker Desktop CLI update:
166-
requires: Docker Desktop 4.39 and later
167-
Docker Desktop CLI logs:
168-
requires: Docker Desktop 4.39 and later
169-
Docker Desktop CLI kubernetes:
170-
requires: Docker Desktop 4.44 and later
171-
Docker Desktop CLI diagnose:
172-
requires: Docker Desktop 4.60 and later
173163
Desktop logs:
174164
availability: Beta
175165
requires: Docker Desktop [4.65](/manuals/desktop/release-notes.md#4650) or later
@@ -276,10 +266,8 @@ SSO:
276266
Synchronized file sharing:
277267
subscription: [Pro, Team, Business]
278268
USB/IP support:
279-
requires: Docker Desktop [4.35.0](/manuals/desktop/release-notes.md#4350) and later
280269
for: Docker Desktop for Mac, Linux, and Windows with the Hyper-V backend
281270
VMM:
282-
requires: Docker Desktop [4.35.0](/manuals/desktop/release-notes.md#4350) and later
283271
for: Docker Desktop on Mac with Apple Silicon
284272
Wasm workloads:
285273
availability: Beta

0 commit comments

Comments
 (0)