Frequently asked questions (FAQ)
Estimated reading time: 9 minutesStable and Edge releases
How do I get the Stable or the Edge version of Docker Desktop?
A. You can download the Stable version of Docker Desktop from Docker Hub. To download the Edge version, see the Edge release notes.
For installation instructions, see Install Docker Desktop on Windows.
What is the difference between the Stable and Edge versions of Docker Desktop?
Two different download channels are available in the Community version of Docker Desktop:
The Stable channel provides a general availability release-ready installer for a fully baked and tested, more reliable app. The Stable version of Docker Desktop includes the latest released version of Docker Engine. The release schedule is synced with Docker Engine releases and patch releases. On the Stable channel, you can select whether to send usage statistics and other data.
The Edge channel provides an installer with new features we are working on, but is not necessarily fully tested. It includes the experimental version of Docker Engine. Bugs, crashes, and issues can occur when using the Edge version, but you get a chance to preview new functionality, experiment, and provide feedback as Docker Desktop evolves. Edge releases are typically more frequent than for Stable, often one or more per month. Usage statistics and crash reports are sent by default. You do not have the option to disable this on the Edge channel.
Can I switch between Stable and Edge versions of Docker Desktop?
Yes, you can switch between Stable and Edge versions. You can try out the Edge releases to see what’s new, then go back to Stable for other work. However, you can only have one version of Docker Desktop installed at a time. For more information, see Switch between Stable and Edge versions.
What are the system requirements for Docker Desktop?
For information about system requirements, see Docker Desktop Windows system requirements.
What is an experimental feature?
Experimental features provide early access to future product functionality. These features are intended for testing and feedback only as they may change between releases without warning or can be removed entirely from a future release. Experimental features must not be used in production environments. Docker does not offer support for experimental features. For more information, see Experimental features.
To enable experimental features in the Docker CLI, edit the
config.json
file and setexperimental
to enabled.To enable experimental features from the Docker Desktop menu, click Settings (Preferences on macOS) > Daemon and then select the Experimental features check box.
How do I?
How do I connect to the remote Docker Engine API?
You might need to provide the location of the Engine API for Docker clients and development tools.
On Docker Desktop, clients can connect to the Docker Engine through a
named pipe: npipe:////./pipe/docker_engine
, or TCP socket at this URL:
tcp://localhost:2375
.
This sets DOCKER_HOST
and DOCKER_CERT_PATH
environment variables to the
given values (for the named pipe or TCP socket, whichever you use).
See also Docker Engine API and the Docker Desktop for Windows forums topic How to find the remote API.
How do I connect from a container to a service on the host?
Windows has a changing IP address (or none if you have no network access). We recommend that you connect to the special DNS name host.docker.internal
, which resolves to the internal IP address used by the host. This is for development purposes and will not work in a production environment outside of Docker Desktop for Windows.
The gateway is also reachable as gateway.docker.internal
.
For more information about the networking features in Docker Desktop for Windows, see Networking.
How do I connect to a container from Windows?
We recommend that you publish a port, or connect from another container. You can use the same method on Linux if the container is on an overlay network and not a bridge network, as these are not routed.
For more information and examples, see I want to connect to a container from Windows in the Networking topic.
Volumes
Can I change permissions on shared volumes for container-specific deployment requirements?
No, at this point, Docker Desktop does not enable you to control (chmod
)
the Unix-style permissions on shared volumes for
deployed containers, but rather sets permissions to a default value of
0777
(read
, write
, execute
permissions for user
and for
group
) which is not configurable.
For workarounds and to learn more, see Permissions errors on data directories for shared volumes.
Why doesn’t nodemon
pick up file changes in a container mounted on a shared drive?
Currently, inotify
does not work on Docker Desktop. This is a known issue.
For more information and a temporary workaround, see
inotify on shared drives does not work
in Troubleshooting.
Are symlinks supported?
Docker Desktop supports symbolic links (symlinks) created within containers. Symlinks resolve within and across containers. Symlinks created outside of Docker do not work.
To learn more about the reasons for this limitation, see the following discussions:
-
GitHub issue: Symlinks don’t work as expected
-
Docker Desktop for Windows forums topic: Symlinks on shared volumes not supported
Certificates
How do I add custom CA certificates?
Docker Desktop supports all trusted Certificate Authorities (CAs) (root or intermediate). Docker recognizes certs stored under Trust Root Certification Authorities or Intermediate Certification Authorities.
For more information on adding server and client side certs, see Add TLS certificates in the Getting Started topic.
How do I add client certificates?
For information on adding client certificates, see Add TLS certificates in the Getting Started topic.
Can I pass through a USB device to a container?
Unfortunately, it is not possible to pass through a USB device (or a serial port) to a container as it requires support at the hypervisor level.
Can I run Docker Desktop in nested virtualization scenarios?
Docker Desktop can run inside a Windows 10 VM running on apps like Parallels or VMware Fusion on a Mac provided that the VM is properly configured. However, problems and intermittent failures may still occur due to the way these apps virtualize the hardware. For these reasons, Docker Desktop is not supported in nested virtualization scenarios. It might work in some cases, and not in others. For more information, see Running Docker Desktop in nested virtualization scenarios.
Can I use VirtualBox alongside Docker Desktop?
Unfortunately, VirtualBox (and other hypervisors like VMWare) cannot run when Hyper-V is enabled on Windows.
Can I share local drives and file system with my Docker Machine VMs?
No, you cannot share local drives with Docker Machine nodes when using Docker
Desktop with Hyper-V. Shared drives can be made available to containers, but
Docker Desktop does not support mounts for nodes you created with
docker-machine
.
For more about sharing local drives with containers using Docker Desktop, see Shared drives in the Getting Started topic.
To learn more about using Docker Desktop and Docker Machine, see What to know before you install in the Getting Started topic. For more about Docker Machine itself, see What is Docker Machine?, and the Hyper-V driver for Docker Machine.
Windows requirements
How do I run Windows containers on Docker Desktop on Windows Server?
You can find a tutorial about running Windows containers on Windows Server in Getting Started with Windows Containers.
Why is Windows 10 Home not supported?
Docker Desktop requires the Hyper-V feature which is not available in the Windows Home edition.
Why is Windows 10 required?
Docker Desktop uses the Windows Hyper-V features. While older Windows versions have Hyper-V, their Hyper-V implementations lack features critical for Docker Desktop to work.
Why does Docker Desktop fail to start when firewalls or anti-virus software is installed?
Some firewalls and anti-virus software might be incompatible with Hyper-V and some Windows 10 builds (possibly, the Anniversary Update), which impacts Docker Desktop. See details and workarounds in Docker fails to start when firewall or anti-virus software is installed in Troubleshooting.
Feedback
What kind of feedback are we looking for?
Everything is fair game. We’d like your impressions on the download and install process, startup, functionality available, the GUI, usefulness of the app, command line integration, and so on. Tell us about problems, what you like, or functionality you’d like to see added.
What if I have problems or questions?
You can find information about diagnosing and troubleshooting common issues in the Logs and Troubleshooting topic.
If you do not find a solution in Troubleshooting, browse issues on Docker Desktop for Windows issues on GitHub or create a new one. You can also create new issues based on diagnostics. To learn more, see Diagnose problems, send feedback, and create GitHub issues.
The Docker Desktop for Windows forum contains discussion threads. You can also create discussion topics there, but we recommend using the GitHub issues over the forums for better tracking and response.
How can I opt out of sending my usage data?
If you do not want to send usage data, use the Stable channel. For more information, see What is the difference between the Stable and Edge versions of Docker Desktop.
How is personal data handled in Docker Desktop?
When uploading diagnostics to help Docker with investigating issues, the uploaded diagnostics bundle may contain personal data such as usernames and IP addresses. The diagnostics bundles are only accessible to Docker, Inc. employees who are directly involved in diagnosing Docker Desktop issues.
By default, Docker, Inc. will delete uploaded diagnostics bundles after 30 days unless they are referenced in an open issue on the docker/for-mac or docker/for-win issue trackers. If an issue is closed, Docker, Inc. will remove the referenced diagnostics bundles within 30 days. You may also request the removal of a diagnostics bundle by either specifying the diagnostics ID or through your GitHub ID (if the diagnostics ID is mentioned in a GitHub issue). Docker, Inc. will only use the data in the diagnostics bundle to investigate specific user issues, but may derive high-level (non-personal) metrics such as the rate of issues from it.
windows faqs