9.3 KiB
description | keywords | title | toc_min | toc_max | redirect_from | |||
---|---|---|---|---|---|---|---|---|
Change log / release notes for Docker Desktop for Mac | Docker Desktop for Mac, release notes | Docker Desktop for Mac release notes | 1 | 2 |
|
Update to the Docker Desktop terms
Professional use of Docker Desktop in large organizations (more than 250 employees or more than $10 million in annual revenue) requires users to have a paid Docker subscription. While the effective date of these terms is August 31, 2021, there is a grace period until January 31, 2022 for those that require a paid subscription. For more information, see Docker Desktop License Agreement. {: .important}
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
Docker Desktop 4.2.0
2021-11-09
Download Docker Desktop
Mac with Intel chip{: .button .primary-btn } Mac with Apple chip{: .button .primary-btn }
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. For more information, see Pause/Resume.
- 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. For more information, see Software updates.
- Window management: The Docker Dashboard window size and position persists when you close and reopen Docker Desktop.
Upgrades
Bug fixes and minor changes
- 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.
- 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.
Docker Desktop 4.1.1
2021-10-12
Download Docker Desktop
Bug fixes and minor changes
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.
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. For more information, see Software Updates.
- 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. For more information, see Explore volumes.
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
Docker Desktop 4.0.1
2021-09-13
Download Docker Desktop
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
- Fixed a bug where copy-paste was not available in the Docker Dashboard.
Docker Desktop 4.0.0
2021-08-31
Download Docker Desktop
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
- Fixed a bug where SSH was not available for builds from git URL. Fixes for-mac#5902