mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
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
This commit is contained in:
@@ -6,8 +6,6 @@ description: How to use the Docker Desktop CLI
|
||||
keywords: cli, docker desktop, macos, windows, linux
|
||||
---
|
||||
|
||||
{{< summary-bar feature_name="Docker Desktop CLI" >}}
|
||||
|
||||
The Docker Desktop CLI lets you perform key operations such as starting, stopping, restarting, and updating Docker Desktop directly from the command line.
|
||||
|
||||
The Docker Desktop CLI provides:
|
||||
@@ -31,7 +29,7 @@ docker desktop COMMAND [OPTIONS]
|
||||
| `status` | Displays whether Docker Desktop is running or stopped. |
|
||||
| `engine ls` | Lists available engines (Windows only) |
|
||||
| `engine use` | Switch between Linux and Windows containers (Windows only) |
|
||||
| `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. |
|
||||
| `update` | Manage Docker Desktop updates. |
|
||||
| `logs` | Print log entries |
|
||||
| `disable` | Disable a feature |
|
||||
| `enable` | Enable a feature |
|
||||
|
||||
@@ -10,8 +10,6 @@ aliases:
|
||||
{{< summary-bar feature_name="Synchronized file sharing" >}}
|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
## Who is it for?
|
||||
|
||||
@@ -51,11 +49,6 @@ When the status indicator displays **Watching for filesystem changes**, your fil
|
||||
>
|
||||
> 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.
|
||||
|
||||
> [!TIP]
|
||||
>
|
||||
> Docker Compose can automatically create file shares for bind mounts.
|
||||
> 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.
|
||||
|
||||
## Explore your file share instance
|
||||
|
||||
The **Synchronized file shares** section displays all your file share instances and provides useful information about each instance including:
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
@@ -10,7 +10,7 @@ weight: 210
|
||||
>
|
||||
> Uninstalling Docker Desktop destroys Docker containers, images, volumes, and
|
||||
> other Docker-related data local to the machine, and removes the files generated
|
||||
> 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.
|
||||
> 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.
|
||||
|
||||
{{< tabs >}}
|
||||
{{< tab name="Windows" >}}
|
||||
@@ -91,13 +91,6 @@ $ rm -rf ~/Library/Group\ Containers/group.com.docker
|
||||
$ rm -rf ~/.docker
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
```console
|
||||
/Library/PrivilegedHelperTools/com.docker.vmnetd
|
||||
/Library/PrivilegedHelperTools/com.docker.socket
|
||||
```
|
||||
|
||||
{{< /tab >}}
|
||||
{{< tab name="Ubuntu" >}}
|
||||
|
||||
|
||||
@@ -160,16 +160,6 @@ Docker Debug:
|
||||
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
|
||||
Docker Desktop Archlinux:
|
||||
availability: Experimental
|
||||
Docker Desktop CLI:
|
||||
requires: Docker Desktop [4.37](/manuals/desktop/release-notes.md#4370) and later
|
||||
Docker Desktop CLI update:
|
||||
requires: Docker Desktop 4.39 and later
|
||||
Docker Desktop CLI logs:
|
||||
requires: Docker Desktop 4.39 and later
|
||||
Docker Desktop CLI kubernetes:
|
||||
requires: Docker Desktop 4.44 and later
|
||||
Docker Desktop CLI diagnose:
|
||||
requires: Docker Desktop 4.60 and later
|
||||
Desktop logs:
|
||||
availability: Beta
|
||||
requires: Docker Desktop [4.65](/manuals/desktop/release-notes.md#4650) or later
|
||||
@@ -276,10 +266,8 @@ SSO:
|
||||
Synchronized file sharing:
|
||||
subscription: [Pro, Team, Business]
|
||||
USB/IP support:
|
||||
requires: Docker Desktop [4.35.0](/manuals/desktop/release-notes.md#4350) and later
|
||||
for: Docker Desktop for Mac, Linux, and Windows with the Hyper-V backend
|
||||
VMM:
|
||||
requires: Docker Desktop [4.35.0](/manuals/desktop/release-notes.md#4350) and later
|
||||
for: Docker Desktop on Mac with Apple Silicon
|
||||
Wasm workloads:
|
||||
availability: Beta
|
||||
|
||||
Reference in New Issue
Block a user