69 KiB
description | keywords | title | toc_max | redirect_from | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Release notes for Docker Desktop for Mac, Linux, Windows | Docker desktop, release notes, linux, mac, windows | Docker Desktop release notes | 2 |
|
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
Note
The information below is applicable to all platforms, unless stated otherwise.
Take a look at the Docker Public Roadmap{: target="blank" rel="noopener" class=""} to see what's coming next.
For frequently asked questions about Docker Desktop releases, see FAQs
Docker Desktop 4.12.0
2022-09-01
Download Docker Desktop
{% include desktop-install.html %}
New
- Added the ability to use containerd for pulling and storing images. This is an experimental feature.
- Docker Desktop now runs untagged images. Fixes docker/for-mac#6425.
- Added search capabilities to Docker Extension's Marketplace. Fixes docker/roadmap#346.
- Added the ability to zoom in, out or set Docker Desktop to Actual Size. This is done by using keyboard shortcuts ⌘ + / CTRL +, ⌘ - / CTRL -, ⌘ 0 / CTRL 0 on Mac and Windows respectively, or through the View menu on Mac.
- Added compose stop button if any related container is stoppable.
- Individual compose containers are now deletable from the Container view.
- Removed the workaround for virtiofsd <-> qemu protocol mismatch on Fedora 35, as it is no longer needed. Fedora 35 users should upgrade the qemu package to the most recent version (qemu-6.1.0-15.fc35 as of the time of writing).
- Implemented an integrated terminal for containers.
- Added a tooltip to display the link address for all external links by default.
Upgrades
- Docker Compose v2.10.2
- Docker Scan v0.19.0
- Kubernetes v1.25.0
- Go 1.19
- cri-dockerd v0.2.5
- Buildx v0.9.1
- containerd v1.6.8
- containerd v1.6.7
- runc v1.1.4
- runc v1.1.3
Bug fixes and minor changes
For all platforms
- Compose V2 is now enabled after factory reset.
- Compose V2 is now enabled by default on new installations of Docker Desktop.
- Precedence order of environment variables in Compose is more consistent, and clearly documented.
- Upgraded kernel to 5.10.124.
- Improved overall performance issues caused by calculating disk size. Related to docker/for-win#9401.
- Docker Desktop now prevents users on ARM macs without Rosetta installed from switching back to Compose V1, which has only intel binaries.
- Changed the default sort order to descending for volume size and the Created column, along with the container's Started column.
- Re-organized container row actions by keeping only the start/stop and delete actions visible at all times, while allowing access to the rest via the row menu item.
- The Quickstart guide now runs every command immediately.
- Defined the sort order for container/compose Status column to running > some running > paused > some paused > exited > some exited > created.
- Fixed issues with the image list appearing empty in Docker Desktop even though there are images. Related to docker/for-win#12693 and docker/for-mac#6347.
- Defined what images are "in use" based on whether or not system containers are displayed. If system containers related to Kubernetes and Extensions are not displayed, the related images are not defined as "in use."
- Fixed a bug that made Docker clients in some languages hang on
docker exec
. Fixes https://github.com/apocas/dockerode/issues/534. - A failed spawned command when building an extension no longer causes Docker Desktop to unexpectedly quit.
- Fixed a bug that caused extensions to be displayed as disabled in the left menu when they are not.
- Fixed
docker login
to private registries when Registry Access Management is enabled and access to Docker Hub is blocked. - Fixed a bug where Docker Desktop fails to start the Kubernetes cluster if the current cluster metadata is not stored in the
.kube/config
file. - Updated the tooltips in Docker Desktop and MUI theme package to align with the overall system design.
- Copied terminal contents do not contain non-breaking spaces anymore.
For Mac
- Minimum version to install or update Docker Desktop on macOS is now 10.15. Fixes docker/for-mac#6007.
- Fixed a bug where the Tray menu incorrectly displays "Download will start soon..." after downloading the update. Fixes some issue reported in for-mac/issues#5677
- Fixed a bug that didn't restart Docker Desktop after applying an update.
- Fixed a bug that caused the connection to Docker to be lost when the computer sleeps if a user is using virtualization.framework and restrictive firewall software.
- Fixed a bug that caused Docker Desktop to run in the background even after a user had quit the application. Fixes [https://github.com/docker/for-mac/issues/6440]
- Disabled both Virtualization Framework and VirtioFS for users running macOS < 12.5
For Windows
- Fixed a bug where versions displayed during an update could be incorrect. Fixes for-win/issues#12822.
Security
For all platforms
- Fix RCE via query parameters in the message-box route in the Electron client.
- Fix RCE via extension description/changelog which could be abused by a malicious extension.
For Windows
- Fixed a bypass for the
--no-windows-containers
installation flag which was introduced in version 4.11. This flag allows administrators to disable the use of Windows containers. - Fixed the argument injection to the Docker Desktop installer which may result in local privilege escalation.
Docker Desktop 4.11.1
2022-08-05
Download Docker Desktop
Windows | Mac with Intel chip | Mac with Apple chip | Debian | RPM | Arch package
Bug fixes and minor changes
For all platforms
- Fixed regression preventing VM system locations (e.g. /var/lib/docker) from being bind mounted for-mac/issues#6433
For Windows
- Fixed
docker login
to private registries from WSL2 distro docker/for-win#12871
Docker Desktop 4.11.0
2022-07-28
Download Docker Desktop
Windows | Mac with Intel chip | Mac with Apple chip | Debian | RPM | Arch package
New
- Docker Desktop is now fully supported for Docker Business customers inside VMware ESXi and Azure VMs. For more information, see Run Docker Desktop inside a VM or VDI environment
- Added two new extensions (vcluster and PGAdmin4) to the Extensions Marketplace.
- The ability to sort extensions has been added to the Extensions Marketplace.
- Fixed a bug that caused some users to be asked for feedback too frequently. You'll now only be asked for feedback twice a year.
- Added custom theme settings for Docker Desktop. This allows you to specify dark or light mode for Docker Desktop independent of your device settings. Fixes docker/for-win#12747
- Added a new flag for Windows installer.
--no-windows-containers
disables the Windows containers integration. - Added a new flag for Mac install command.
--user <username>
sets up Docker Desktop for a specific user, preventing them from needing an admin password on first run.
Upgrades
Bug fixes and minor changes
For all platforms
- Added the Container / Compose icon as well as the exposed port(s) / exit code to the Containers screen.
- Updated the Docker theme palette colour values to match our design system.
- Improved an error message from
docker login
if Registry Access Management is blocking the Docker engine's access to Docker Hub. - Increased throughput between the Host and Docker. For example increasing performance of
docker cp
. - Collecting diagnostics takes less time to complete.
- Selecting or deselecting a compose app on the containers overview now selects/deselects all its containers.
- Tag names on the container overview image column are visible.
- Added search decorations to the terminal's scrollbar so that matches outside the viewport are visible.
- Fixed an issue with search which doesn't work well on containers page docker/for-win#12828.
- Fixed an issue which caused infinite loading on the Volume screen docker/for-win#12789.
- Fixed a problem in the Container UI where resizing or hiding columns didn't work. Fixes docker/for-mac#6391.
- Fixed a bug where the state of installing, updating, or uninstalling multiple extensions at once was lost when leaving the Marketplace screen.
- Fixed an issue where the compose version in the about page would only get updated from v2 to v1 after restarting Docker Desktop.
- Fixed an issue where users cannot see the log view because their underlying hardware didn't support WebGL2 rendering. Fixes docker/for-win#12825.
- Fixed a bug where the UI for Containers and Images got out of sync.
- Fixed a startup race when the experimental virtualization framework is enabled.
For Mac
- Fixed an issue executing Compose commands from the UI. Fixes docker/for-mac#6400.
For Windows
- Fixed horizontal resizing issue. Fixes docker/for-win#12816.
- If an HTTP/HTTPS proxy is configured in the UI, then it automatically sends traffic from image builds and running containers to the proxy. This avoids the need to separately configure environment variables in each container or build.
- Added the
--backend=windows
installer option to set Windows containers as the default backend.
For Linux
- Fixed bug related to setting up file shares with spaces in their path.
Docker Desktop 4.10.1
2022-07-05
Download Docker Desktop
Windows | Mac with Intel chip | Mac with Apple chip | Debian | RPM | Arch package
Bug fixes and minor changes
For Windows
- Fixed a bug where actions in the UI failed with Compose apps that were created from WSL. Fixes docker/for-win#12806.
For Mac
- Fixed a bug where the install command failed because paths were not initialized. Fixes docker/for-mac#6384.
Docker Desktop 4.10.0
2022-06-30
Download Docker Desktop
Windows | Mac with Intel chip | Mac with Apple chip | Debian | RPM | Arch package
New
- You can now add environment variables before running an image in Docker Desktop.
- Added features to make it easier to work with a container's logs, such as regular expression search and the ability to clear container logs while the container is still running.
- Implemented feedback on the containers table. Added ports and separated container and image names.
- Added two new extensions, Ddosify and Lacework, to the Extensions Marketplace.
Removed
- Removed Homepage while working on a new design. You can provide feedback here.
Upgrades
- Docker Engine v20.10.17
- Docker Compose v2.6.1
- Kubernetes v1.24.1
- cri-dockerd to v0.2.1
- CNI plugins to v1.1.1
- containerd to v1.6.6
- runc to v1.1.2
- Go 1.18.3
Bug fixes and minor changes
For all platforms
- Added additional bulk actions for starting/pausing/stopping selected containers in the Containers tab.
- Added pause and restart actions for compose projects in the Containers tab.
- Added icons and exposed ports or exit code information in the Containers tab.
- External URLs can now refer to extension details in the Extension Marketplace using links such as
docker-desktop://extensions/marketplace?extensionId=docker/logs-explorer-extension
. - The expanded or collapsed state of the Compose apps is now persisted.
docker extension
CLI commands are available with Docker Desktop by default.- Increased the size of the screenshots displayed in the Extension marketplace.
- Fixed a bug where a Docker extension fails to load if its backend container(s) are stopped. Fixes docker/extensions-sdk#16.
- Fixed a bug where the image search field is cleared without a reason. Fixes docker/for-win#12738.
- Fixed a bug where the license agreement does not display and silently blocks Docker Desktop startup.
- Fixed the displayed image and tag for unpublished extensions to actually display the ones from the installed unpublished extension.
- Fixed the duplicate footer on the Support screen.
- Dev Environments can be created from a subdirectory in a GitHub repository.
- Removed the error message if the tips of the day cannot be loaded when using Docker Desktop offline. Fixes docker/for-mac#6366.
For Mac
- Fixed a bug with location of bash completion files on macOS. Fixes docker/for-mac#6343.
- Fixed a bug where Docker Desktop does not start if the username is longer than 25 characters. Fixes docker/for-mac#6122.
- Fixed a bug where Docker Desktop was not starting due to invalid system proxy configuration. Fixes some issues reported in docker/for-mac#6289.
- Fixed a bug where Docker Desktop failed to start when the experimental virtualization framework is enabled.
- Fixed a bug where the tray icon still displayed after uninstalling Docker Desktop.
For Windows
- Fixed a bug which caused high CPU usage on Hyper-V. Fixes docker/for-win#12780.
- Fixed a bug where Docker Desktop for Windows would fail to start. Fixes docker/for-win#12784.
- Fixed the
--backend=wsl-2
installer flag which did not set the backend to WSL 2. Fixes docker/for-win#12746.
For Linux
- Fixed a bug when settings cannot be applied more than once.
- Fixed Compose version displayed in the
About
screen.
Known Issues
- Occasionally the Docker engine will restart during a
docker system prune
. This is a known issue in the version of buildkit used in the current engine and will be fixed in future releases.
Docker Desktop 4.9.1
2022-06-16
Download Docker Desktop
Windows | Mac with Intel chip | Mac with Apple chip | Debian | RPM | Arch package
Bug fixes and minor changes
For all platforms
- Fixed blank dashboard screen. Fixes docker/for-win#12759.
Docker Desktop 4.9.0
2022-06-02
Download Docker Desktop
Windows | Mac with Intel chip | Mac with Apple chip | Debian | RPM | Arch package
New
- Added additional guides on the homepage for: Elasticsearch, MariaDB, Memcached, MySQL, RabbitMQ and Ubuntu.
- Added a footer to the Docker Dashboard with general information about the Docker Desktop update status and Docker Engine statistics
- Re-designed the containers table, adding:
- A button to copy a container ID to the clipboard
- A pause button for each container
- Column resizing for the containers table
- Persistence of sorting and resizing for the containers table
- Bulk deletion for the containers table
Upgrades
Bug fixes and minor changes
For all platforms
- Fixed an issue which caused Docker Desktop to hang if you quit the app whilst Docker Desktop was paused.
- Fixed the Kubernetes cluster not resetting properly after the PKI expires.
- Fixed an issue where the Extensions Marketplace was not using the defined http proxies.
- Improved the logs search functionality in Docker Dashboard to allow spaces.
- Middle-button mouse clicks on buttons in the Dashboard now behave as a left-button click instead of opening a blank window.
For Mac
- Fixed an issue to avoid creating
/opt/containerd/bin
and/opt/containerd/lib
on the host if/opt
has been added to the file sharing directories list.
For Windows
- Fixed a bug in the WSL 2 integration where if a file or directory is bind-mounted to a container, and the container exits, then the file or directory is replaced with the other type of object with the same name. For example, if a file is replaced with a directory or a directory with a file, any attempts to bind-mount the new object fails.
- Fixed a bug where the Tray icon and Dashboard UI didn't show up and Docker Desktop didn't fully start. Fixes docker/for-win#12622.
Known issues
For Linux
- Changing ownership rights for files in bind mounts fails. This is due to the way we have implemented file sharing between the host and VM within which the Docker Engine runs. We aim to resolve this issue in the next release.
Docker Desktop 4.8.2
2022-05-18
Download Docker Desktop
Windows| Mac with Intel chip | Mac with Apple chip | Debian | RPM | Arch package
Upgrades
Bug fixes and minor changes
- Fixed an issue with manual proxy settings which caused problems when pulling images. Fixes docker/for-win#12714 and docker/for-mac#6315.
- Fixed high CPU usage when extensions are disabled. Fixes docker/for-mac#6310.
- Docker Desktop now redacts HTTP proxy passwords in log files and diagnostics.
Known issues
For Linux
- Changing ownership rights for files in bind mounts fails. This is due to the way we have implemented file sharing between the host and VM within which the Docker Engine runs. We aim to resolve this issue in the next release.
Docker Desktop 4.8.1
2022-05-09
Download Docker Desktop
Windows| Mac with Intel chip | Mac with Apple chip | Debian | RPM | Arch package
New
- Released Docker Desktop for Linux.
- Beta release of Docker Extensions and Extensions SDK.
- Created a Docker Homepage where you can run popular images and discover how to use them.
- Compose V2 is now GA
Bug fixes and minor changes
- Fixed a bug that caused the Kubernetes cluster to be deleted when updating Docker Desktop.
Known issues
For Linux
- Changing ownership rights for files in bind mounts fails. This is due to the way we have implemented file sharing between the host and VM within which the Docker Engine runs. We aim to resolve this issue in the next release.
Docker Desktop 4.8.0
2022-05-06
Download Docker Desktop
Windows| Mac with Intel chip | Mac with Apple chip | Debian | RPM | Arch package
New
- Released Docker Desktop for Linux.
- Beta release of Docker Extensions and Extensions SDK.
- Created a Docker Homepage where you can run popular images and discover how to use them.
- Compose V2 is now GA
Upgrades
Bug fixes and minor changes
For all platforms
- Introduced reading system proxy. You no longer need to manually configure proxies unless it differs from your OS level proxy.
- Fixed a bug that showed Remote Repositories in the Dashboard when running behind a proxy.
- Fixed vpnkit establishing and blocking the client connection even if the server is gone. See docker/for-mac#6235
- Made improvements on the Volume tab in Docker Desktop:
- Volume size is displayed.
- Columns can be resized, hidden and reordered.
- A columns sort order and hidden state is persisted, even after Docker Desktop restarts.
- Row selection is persisted when switching between tabs, even after Docker Desktop restarts.
- Fixed a bug in the Dev Environments tab that did not add a scroll when more items were added to the screen.
- Standardised the header title and action in the Dashboard.
- Added support for downloading Registry Access Management policies through HTTP proxies.
- Fixed an issue related to empty remote repositories when the machine is in sleep mode for an extended period of time.
- Fixed a bug where dangling images were not selected in the cleanup process if their name was not marked as "<none>" but their tag is.
- Improved the error message when
docker pull
fails because an HTTP proxy is required. - Added the ability to clear the search bar easily in Docker Desktop.
- Renamed the "Containers / Apps" tab to "Containers".
- Fixed a silent crash in the Docker Desktop installer when
C:\ProgramData\DockerDesktop
is a file or a symlink. - Fixed a bug where an image with no namespace, for example
docker pull <private registry>/image
, would be erroneously blocked by Registry Access Management unless access to Docker Hub was enabled in settings.
For Mac
- Docker Desktop's icon now matches Big Sur Style guide. See docker/for-mac#5536
- Fixed a problem with duplicate Dock icons and Dock icon not working as expected. Fixes docker/for-mac#6189.
- Improved support for the
Cmd+Q
shortcut.
For Windows
- Improved support for the
Ctrl+W
shortcut.
Known issues
For all platforms
- Currently, if you are running a Kubernetes cluster, it will be deleted when you upgrade to Docker Desktop 4.8.0. We aim to fix this in the next release.
For Linux
- Changing ownership rights for files in bind mounts fails. This is due to the way we have implemented file sharing between the host and VM within which the Docker Engine runs. We aim to resolve this issue in the next release.
Docker Desktop 4.7.1
2022-04-19
Download Docker Desktop
Bug fixes and minor changes
For all platforms
- Fixed a crash on the Quick Start Guide final screen.
For Windows
- Fixed a bug where update was failing with a symlink error. Fixes docker/for-win#12650.
- Fixed a bug that prevented using Windows container mode. Fixes docker/for-win#12652.
Docker Desktop 4.7.0
2022-04-07
Download Docker Desktop
Security
- Update Docker Engine to v20.10.14 to address CVE-2022-24769{: target="blank" rel="noopener" class=""}
- Update containerd to v1.5.11 to address CVE-2022-24769
New
- IT Administrators can now install Docker Desktop remotely using the command line.
- Add the Docker Software Bill of Materials (SBOM) CLI plugin. The new CLI plugin enables users to generate SBOMs for Docker images. For more information, see Docker SBOM.
- Use cri-dockerd{: target="blank" rel="noopener" class=""} for new Kubernetes clusters instead of
dockershim
. The change is transparent from the user's point of view and Kubernetes containers run on the Docker Engine as before.cri-dockerd
allows Kubernetes to manage Docker containers using the standard Container Runtime Interface{: target="blank" rel="noopener" class=""}, the same interface used to control other container runtimes. For more information, see The Future of Dockershim is cri-dockerd{: target="blank" rel="noopener" class=""}.
Upgrades
Bug fixes and minor changes
For all platforms
- Fixed a bug where the Registry Access Management policy was never refreshed after a failure.
- Logs and terminals in the UI now respect your OS theme in light and dark mode.
- Easily clean up many volumes at once via multi-select checkboxes.
- Improved login feedback.
For Mac
- Fixed an issue that sometimes caused Docker Desktop to display a blank white screen. Fixes docker/for-mac#6134.
- Fixed a problem where gettimeofday() performance drops after waking from sleep when using Hyperkit. Fixes docker/for-mac#3455.
- Fixed an issue that caused Docker Desktop to become unresponsive during startup when osxfs is used for file sharing.
For Windows
- Fixed volume title. Fixes docker/for-win#12616.
- Fixed a bug in the WSL 2 integration that caused Docker commands to stop working after restarting Docker Desktop or after switching to Windows containers.
Docker Desktop 4.6.1
2022-03-22
Download Docker Desktop
Upgrades
Bug fixes and minor changes
- Prevented spinning in vpnkit-forwarder filling the logs with error messages.
- Fixed diagnostics upload when there is no HTTP proxy set. Fixes docker/for-mac#6234.
- Removed a false positive "vm is not running" error from self-diagnose. Fixes docker/for-mac#6233.
Docker Desktop 4.6.0
2022-03-14
Download Docker Desktop
Security
For all platforms
- Fixed CVE-2022-0847{: target="blank" rel="noopener" class=""}, aka “Dirty Pipe”, an issue that could enable attackers to modify files in container images on the host, from inside a container.
If using the WSL 2 backend, you must update WSL 2 by running
wsl --update
.
For Windows
- Fixed CVE-2022-26659{: target="blank" rel="noopener" class=""}, which could allow an attacker to overwrite any administrator writable file on the system during the installation or the update of Docker Desktop.
New
For all platforms
- The Docker Dashboard Volume Management feature now offers the ability to efficiently clean up volumes using multi-select checkboxes.
For Mac
- Docker Desktop 4.6.0 gives macOS users the option of enabling a new experimental file sharing technology called VirtioFS. During testing VirtioFS has been shown to drastically reduce the time taken to sync changes between the host and VM, leading to substantial performance improvements. For more information, see VirtioFS.
Upgrades
For all platforms
- Docker Engine v20.10.13
- Compose v2.3.3
- Buildx 0.8.0
- containerd v1.4.13
- runc v1.0.3
- Go 1.17.8
- Linux kernel 5.10.104
For Mac
Bug fixes and minor changes
For all platforms
- Fixed uploading diagnostics when an HTTPS proxy is set.
- Made checking for updates from the systray menu open the Software updates settings section.
For Mac
- Fixed the systray menu not displaying all menu items after starting Docker Desktop. Fixes docker/for-mac#6192.
- Fixed a regression about Docker Desktop not starting in background anymore. Fixes docker/for-mac#6167.
- Fixed missing Docker Desktop Dock icon. Fixes docker/for-mac#6173.
- Used speed up block device access when using the experimental
virtualization.framework
. See benchmarks. - Increased default VM memory allocation to half of physical memory (min 2 GB, max 8 GB) for better out-of-the-box performances.
For Windows
- Fixed the UI stuck in
starting
state forever although Docker Desktop is working fine from the command line. - Fixed missing Docker Desktop systray icon docker/for-win#12573
- Fixed Registry Access Management under WSL 2 with latest 5.10.60.1 kernel.
- Fixed a UI crash when selecting the containers of a Compose application started from a WSL 2 environment. Fixes docker/for-win#12567.
- Fixed copying text from terminal in Quick Start Guide. Fixes docker/for-win#12444.
Known issues
For Mac
- After enabling VirtioFS, containers with processes running with different Unix user IDs may experience caching issues. For example if a process running as
root
queries a file and another process running as usernginx
tries to access the same file immediately, thenginx
process will get a "Permission Denied" error.
Docker Desktop 4.5.1
2022-02-15
Download Docker Desktop
Bug fixes and minor changes
For Windows
- Fixed an issue that caused new installations to default to the Hyper-V backend instead of WSL 2.
- Fixed a crash in the Docker Dashboard which would make the systray menu disappear.
If you are running Docker Desktop on Windows Home, installing 4.5.1 will switch it back to WSL 2 automatically. If you are running another version of Windows, and you want Docker Desktop to use the WSL 2 backend, you must manually switch by enabling the Use the WSL 2 based engine option in the Settings > General section.
Alternatively, you can edit the Docker Desktop settings file located at %APPDATA%\Docker\settings.json
and manually switch the value of the wslEngineEnabled
field to true
.
Docker Desktop 4.5.0
2022-02-10
Download Docker Desktop
Security
For Mac
- Fixed CVE-2021-44719{: target="blank" rel="noopener" class=""} where Docker Desktop could be used to access any user file on the host from a container, bypassing the allowed list of shared folders.
For Windows
- Fixed CVE-2022-23774{: target="blank" rel="noopener" class=""} where Docker Desktop allows attackers to move arbitrary files.
New
- Docker Desktop 4.5.0 introduces a new version of the Docker menu which creates a consistent user experience across all operating systems. For more information, see the blog post New Docker Menu & Improved Release Highlights with Docker Desktop 4.5{: target="blank" rel="noopener" class=""}
- The 'docker version' output now displays the version of Docker Desktop installed on the machine.
Upgrades
- Amazon ECR Credential Helper v0.6.0{: target="blank" rel="noopener" class=""}
Bug fixes and minor changes
For all platforms
- Fixed an issue where Docker Desktop incorrectly prompted users to sign in after they quit Docker Desktop and start the application.
- Increased the filesystem watch (inotify) limits by setting
fs.inotify.max_user_watches=1048576
andfs.inotify.max_user_instances=8192
in Linux. Fixes docker/for-mac#6071.
For Mac
- Fixed an issue that caused the VM to become unresponsive during startup when using
osxfs
and when no host directories are shared with the VM. - Fixed an issue that didn't allow users to stop a Docker Compose application using Docker Dashboard if the application was started in a different version of Docker Compose. For example, if the user started a Docker Compose application in V1 and then switched to Docker Compose V2, attempts to stop the Docker Compose application would fail.
- Fixed an issue where Docker Desktop incorrectly prompted users to sign in after they quit Docker Desktop and start the application.
- Fixed an issue where the About Docker Desktop window wasn't working anymore.
- Limit the number of CPUs to 8 on Mac M1 to fix the startup problem. Fixes docker/for-mac#6063.
For Windows
- Fixed an issue related to compose app started with version 2, but the dashboard only deals with version 1
Known issues
For Windows
Installing Docker Desktop 4.5.0 from scratch has a bug which defaults Docker Desktop to use the Hyper-V backend instead of WSL 2. This means, Windows Home users will not be able to start Docker Desktop as WSL 2 is the only supported backend. To work around this issue, you must uninstall 4.5.0 from your machine and then download and install Docker Desktop 4.5.1 or a higher version. Alternatively, you can edit the Docker Desktop settings.json file located at %APPDATA%\Docker\settings.json
and manually switch the value of the wslEngineEnabled
field to true
.
Docker Desktop 4.4.4
2022-01-24
Download Docker Desktop
Bug fixes and minor changes
For Windows
- Fixed logging in from WSL 2. Fixes docker/for-win#12500.
Known issues
For Windows
- Clicking Proceed to Desktop after signing in through the browser, sometimes does not bring the Dashboard to the front.
- After logging in, when the Dashboard receives focus, it sometimes stays in the foreground even when clicking a background window. As a workaround you need to click the Dashboard before clicking another application window.
- The tips of the week show on top of the mandatory login dialog when an organization restriction is enabled via a
registry.json
file.
Docker Desktop 4.4.3
2022-01-14
Download Docker Desktop
Bug fixes and minor changes
For Windows
- Disabled Dashboard shortcuts to prevent capturing them even when minimized or un-focussed. Fixes docker/for-win#12495.
Known issues
For Windows
- Clicking Proceed to Desktop after signing in through the browser, sometimes does not bring the Dashboard to the front.
- After logging in, when the Dashboard receives focus, it sometimes stays in the foreground even when clicking a background window. As a workaround you need to click the Dashboard before clicking another application window.
- The tips of the week show on top of the mandatory login dialog when an organization restriction is enabled via a
registry.json
file.
Docker Desktop 4.4.2
2022-01-13
Download Docker Desktop
Security
- Fixed CVE-2021-45449 that affects users currently on Docker Desktop version 4.3.0 or 4.3.1.
Docker Desktop version 4.3.0 and 4.3.1 has a bug that may log sensitive information (access token or password) on the user's machine during login. This only affects users if they are on Docker Desktop 4.3.0, 4.3.1 and the user has logged in while on 4.3.0, 4.3.1. Gaining access to this data would require having access to the user’s local files.
New
- Easy, Secure sign in with Auth0 and Single Sign-on
- Single Sign-on: Users with a Docker Business subscription can now configure SSO to authenticate using their identity providers (IdPs) to access Docker. For more information, see Single Sign-on.
- Signing in to Docker Desktop now takes you through the browser so that you get all the benefits of auto-filling from password managers.
Upgrades
- Docker Engine v20.10.12
- Compose v2.2.3
- Kubernetes 1.22.5
- docker scan v0.16.0{: target="blank" rel="noopener" class=""}
Bug fixes and minor changes
For all platforms
- Docker Desktop displays an error if
registry.json
contains more than one organization in theallowedOrgs
field. If you are using multiple organizations for different groups of developers, you must provision a separateregistry.json
file for each group. - Fixed a regression in Compose that reverted the container name separator from
-
to_
. Fixes docker/compose-switch.
For Mac
- Fixed the memory statistics for containers in the Dashboard. Fixes docker/for-mac/#4774.
- Added a deprecated option to
settings.json
:"deprecatedCgroupv1": true
, which switches the Linux environment back to cgroups v1. If your software requires cgroups v1, you should update it to be compatible with cgroups v2. Although cgroups v1 should continue to work, it is likely that some future features will depend on cgroups v2. It is also possible that some Linux kernel bugs will only be fixed with cgroups v2. - Fixed an issue where putting the machine to Sleep mode after pausing Docker Desktop results in Docker Desktop not being able to resume from pause after the machine comes out of Sleep mode. Fixes for-mac#6058.
For Windows
- Doing a
Reset to factory defaults
no longer shuts down Docker Desktop.
Known issues
For all platforms
- The tips of the week show on top of the mandatory login dialog when an organization restriction is enabled via a
registry.json
file.
For Windows
- Clicking Proceed to Desktop after logging in in the browser, sometimes does not bring the Dashboard to the front.
- After logging in, when the Dashboard receives focus, it sometimes stays in the foreground even when clicking a background window. As a workaround you need to click the Dashboard before clicking another application window.
- When the Dashboard is open, even if it does not have focus or is minimized, it will still catch keyboard shortcuts (e.g. ctrl-r for Restart)
Docker Desktop 4.3.2
2021-12-21
Download Docker Desktop
Security
- Fixed CVE-2021-45449 that affects users currently on Docker Desktop version 4.3.0 or 4.3.1.
Docker Desktop version 4.3.0 and 4.3.1 has a bug that may log sensitive information (access token or password) on the user's machine during login. This only affects users if they are on Docker Desktop 4.3.0, 4.3.1 and the user has logged in while on 4.3.0, 4.3.1. Gaining access to this data would require having access to the user’s local files.
Upgrades
docker scan v0.14.0{: target="blank" rel="noopener" class=""}
Security
Log4j 2 CVE-2021-44228: We have updated the docker scan
CLI plugin.
This new version of docker scan
is able to detect Log4j 2
CVE-2021-44228{:
target="blank" rel="noopener" class=""} and Log4j 2
CVE-2021-45046
For more information, read the blog post Apache Log4j 2 CVE-2021-44228{: target="blank" rel="noopener" class=""}.
Docker Desktop 4.3.1
2021-12-11
Download Docker Desktop
Upgrades
docker scan v0.11.0{: target="blank" rel="noopener" class=""}
Security
Log4j 2 CVE-2021-44228: We have updated the docker scan
CLI plugin for you.
Older versions of docker scan
in Docker Desktop 4.3.0 and earlier versions are
not able to detect Log4j 2
CVE-2021-44228{:
target="blank" rel="noopener" class=""}.
For more information, read the blog post Apache Log4j 2 CVE-2021-44228{: target="blank" rel="noopener" class=""}.
Docker Desktop 4.3.0
2021-12-02
Download Docker Desktop
Upgrades
- Docker Engine v20.10.11
- containerd v1.4.12
- Buildx 0.7.1
- Compose v2.2.1
- Kubernetes 1.22.4
- Docker Hub Tool v0.4.4
- Go 1.17.3
Bug fixes and minor changes
For all platforms
- Added a self-diagnose warning if the host lacks Internet connectivity.
- Fixed an issue which prevented users from saving files from a volume using the Save As option in the Volumes UI. Fixes docker/for-win#12407.
- Docker Desktop now uses cgroupv2. If you need to run
systemd
in a container then:- Ensure your version of
systemd
supports cgroupv2. It must be at leastsystemd
247. Consider upgrading anycentos:7
images tocentos:8
. - Containers running
systemd
need the following options:--privileged --cgroupns=host -v /sys/fs/cgroup:/sys/fs/cgroup:rw
.
- Ensure your version of
For Mac
- Docker Desktop on Apple silicon no longer requires Rosetta 2, with the exception of three optional command line tools.
For Windows
- Fixed an issue that caused Docker Desktop to fail during startup if the home directory path contains a character used in regular expressions. Fixes docker/for-win#12374.
Known issue
Docker Dashboard incorrectly displays the container memory usage as zero on
Hyper-V based machines.
You can use the docker stats
command on the command line as a workaround to view the
actual memory usage. See
docker/for-mac#6076.
Deprecation
- The following internal DNS names are deprecated and will be removed from a future release:
docker-for-desktop
,docker-desktop
,docker.for.mac.host.internal
,docker.for.mac.localhost
,docker.for.mac.gateway.internal
. You must now usehost.docker.internal
,vm.docker.internal
, andgateway.docker.internal
. - Removed: Custom RBAC rules have been removed from Docker Desktop as it gives
cluster-admin
privileges to all Service Accounts. Fixes docker/for-mac/#4774.
Docker Desktop 4.2.0
2021-11-09
Download Docker Desktop
New
Pause/Resume: You can now pause your Docker Desktop session when you are not actively using it and save CPU resources on your machine.
- Ships Docker Public Roadmap#226{: target="blank" rel="noopener" class=""}
Software Updates: The option to turn off automatic check for updates is now available for users on all Docker subscriptions, including Docker Personal and Docker Pro. All update-related settings have been moved to the Software Updates section.
- Ships Docker Public Roadmap#228{: target="blank" rel="noopener" class=""}
Window management: The Docker Dashboard window size and position persists when you close and reopen Docker Desktop.
Upgrades
Bug fixes and minor changes
For all platforms
- Improved: Self-diagnose now also checks for overlap between host IPs and
docker networks
. - Fixed the position of the indicator that displays the availability of an update on the Docker Dashboard.
For Mac
- Fixed an issue that caused Docker Desktop to stop responding upon clicking Exit on the fatal error dialog.
- Fixed a rare startup failure affecting users having a
docker volume
bind-mounted on top of a directory from the host. If existing, this fix will also remove manually user addedDENY DELETE
ACL entries on the corresponding host directory. - Fixed a bug where a
Docker.qcow2
file would be ignored on upgrade and a freshDocker.raw
used instead, resulting in containers and images disappearing. Note that if a system has both files (due to the previous bug) then the most recently modified file will be used, to avoid recent containers and images disappearing again. To force the use of the oldDocker.qcow2
, delete the newerDocker.raw
file. Fixes docker/for-mac#5998. - Fixed a bug where subprocesses could fail unexpectedly during shutdown, triggering an unexpected fatal error popup. Fixes docker/for-mac#5834.
For Windows
- Fixed Docker Desktop sometimes hanging when clicking Exit in the fatal error dialog.
- Fixed an issue that frequently displayed the Download update popup when an update has been downloaded but hasn't been applied yet docker/for-win#12188.
- Fixed installing a new update killing the application before it has time to shut down.
- Fixed: Installation of Docker Desktop now works even with group policies preventing users to start prerequisite services (e.g. LanmanServer) docker/for-win#12291.
Docker Desktop 4.1.1
2021-10-12
Download Docker Desktop
Bug fixes and minor changes
For Mac
When upgrading from 4.1.0, the Docker menu does not change to Update and restart so you can just wait for the download to complete (icon changes) and then select Restart. This bug is fixed in 4.1.1, for future upgrades.
- Fixed a bug where a
Docker.qcow2
file would be ignored on upgrade and a freshDocker.raw
used instead, resulting in containers and images disappearing. If a system has both files (due to the previous bug), then the most recently modified file will be used to avoid recent containers and images disappearing again. To force the use of the oldDocker.qcow2
, delete the newerDocker.raw
file. Fixes docker/for-mac#5998. - Fixed the update notification overlay sometimes getting out of sync between the Settings button and the Software update button in the Docker Dashboard.
- Fixed the menu entry to install a newly downloaded Docker Desktop update. When an update is ready to install, the Restart option changes to Update and restart.
For Windows
- Fixed a regression in WSL 2 integrations for some distros (e.g. Arch or Alpine). Fixes docker/for-win#12229
- Fixed update notification overlay sometimes getting out of sync between the Settings button and the Software update button in the Dashboard.
Docker Desktop 4.1.0
2021-09-30
Download Docker Desktop
New
- Software Updates: The Settings tab now includes a new section to help you manage Docker Desktop updates. The Software Updates section notifies you whenever there's a new update and allows you to download the update or view information on what's included in the newer version.
- Compose V2 You can now specify whether to use Docker Compose V2 in the General settings.
- Volume Management: Volume management is now available for users on any subscription, including Docker Personal. Ships Docker Public Roadmap#215{: target="blank" rel="noopener" class=""}
Upgrades
- Compose V2
- Buildx 0.6.3
- Kubernetes 1.21.5
- Go 1.17.1
- Alpine 3.14
- Qemu 6.1.0
- Base distro to debian:bullseye
Bug fixes and minor changes
For Windows
- Fixed a bug related to anti-malware software triggering, self-diagnose avoids calling the
net.exe
utility. - Fixed filesystem corruption in the WSL 2 Linux VM in self-diagnose. This can be caused by microsoft/WSL#5895.
- Fixed
SeSecurityPrivilege
requirement issue. See docker/for-win#12037. - Fixed CLI context switch sync with UI. See docker/for-win#11721.
- Added the key
vpnKitMaxPortIdleTime
tosettings.json
to allow the idle network connection timeout to be disabled or extended. - Fixed a crash on exit. See docker/for-win#12128.
- Fixed a bug where the CLI tools would not be available in WSL 2 distros.
- Fixed switching from Linux to Windows containers that was stuck because access rights on panic.log. See for-win#11899.
Known Issues
For Windows
Docker Desktop may fail to start when upgrading to 4.1.0 on some WSL-based distributions such as ArchWSL. See docker/for-win#12229
Docker Desktop 4.0.1
2021-09-13
Download Docker Desktop
[Windows](https://desktop.docker.com/win/main/amd64/68347/Docker Desktop Installer.exe) | Mac with Intel chip | Mac with Apple chip
Upgrades
- Compose V2 RC3
- Compose v2 is now hosted on github.com/docker/compose.
- Fixed go panic on downscale using
compose up --scale
. - Fixed a race condition in
compose run --rm
while capturing exit code.
Bug fixes and minor changes
For all platforms
- Fixed a bug where copy-paste was not available in the Docker Dashboard.
For Windows
- Fixed a bug where Docker Desktop would not start correctly with the Hyper-V engine. See docker/for-win#11963
Docker Desktop 4.0.0
2021-08-31
Download Docker Desktop
[Windows](https://desktop.docker.com/win/main/amd64/67817/Docker Desktop Installer.exe) | Mac with Intel chip | Mac with Apple chip
New
Docker has announced{: target="blank" rel="noopener" class="" id="dkr_docs_relnotes_btl"} updates and extensions to the product subscriptions to increase productivity, collaboration, and added security for our developers and businesses.
The updated Docker Subscription Service Agreement includes a change to the terms for Docker Desktop.
- Docker Desktop remains free for small businesses (fewer than 250 employees AND less than $10 million in annual revenue), personal use, education, and non-commercial open source projects.
- It requires a paid subscription (Pro, Team, or Business), for as little as $5 a month, for professional use in larger enterprises.
- The effective date of these terms is August 31, 2021. There is a grace period until January 31, 2022 for those that will require a paid subscription to use Docker Desktop.
- The Docker Pro and Docker Team subscriptions now include commercial use of Docker Desktop.
- The existing Docker Free subscription has been renamed Docker Personal.
- No changes to Docker Engine or any other upstream open source Docker or Moby project.
To understand how these changes affect you, read the FAQs{: target="blank" rel="noopener" class="" id="dkr_docs_relnotes_btl"}. For more information, see Docker subscription overview.
Upgrades
- Compose V2 RC2
- Fixed project name to be case-insensitive for
compose down
. See docker/compose-cli#2023 - Fixed non-normalized project name.
- Fixed port merging on partial reference.
- Fixed project name to be case-insensitive for
- Kubernetes 1.21.4
Bug fixes and minor changes
For Mac
- Fixed a bug where SSH was not available for builds from git URL. Fixes for-mac#5902
For Windows
- Fixed a bug where the CLI tools would not be available in WSL 2 distros.
- Fixed a bug when switching from Linux to Windows containers due to access rights on
panic.log
. for-win#11899