You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/desktop/previous-versions/edge-releases-mac.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ aliases:
9
9
sitemap: false
10
10
---
11
11
12
-
This page contains information about Docker Desktop Edge releases. Edge releases give you early access to our newest features. Note that some of the features may be experimental, and some of them may not ever reach the Stable release.
12
+
This page contains information about Docker Desktop Edge releases. Edge releases give you early access to our newest features. Note that some of the features may be experimental, and some of them may not ever reach the Stable release.
13
13
14
14
For Docker Desktop system requirements, see
15
15
[What to know before you install](/manuals/desktop/setup/install/mac-install.md#system-requirements).
@@ -146,7 +146,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
146
146
### Known issues
147
147
148
148
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
149
-
in i386 images. To work around this issue, disable `seccomp` by using
149
+
in i386 images. To work around this issue, disable `seccomp` by using
150
150
the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for-win/issues/8326).
151
151
152
152
## Docker Desktop Community 2.3.6.1
@@ -391,7 +391,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
391
391
2019-12-11
392
392
393
393
394
-
> [!NOTE]
394
+
> [!NOTE]
395
395
>
396
396
> Docker Desktop Edge 2.1.7.0 is the release candidate for the upcoming major Stable release. Please help us test this version before the wider release and report any issues in the [docker/for-mac](https://github.com/docker/for-mac/issues) GitHub repository.
397
397
@@ -519,7 +519,7 @@ Fixed an issue that caused VMs running on older hardware with macOS Catalina to
519
519
- Fixed an issue where running some Docker commands can fail if you are not using Credential Helpers. [docker/for-mac#3785](https://github.com/docker/for-mac/issues/3785)
520
520
- Fixed a bug that did not allow users to copy and paste text in the **Preferences** > **Daemon** window. [docker/for-mac#3798](https://github.com/docker/for-mac/issues/3798)
521
521
522
-
## Docker Desktop Community 2.1.0.0
522
+
## Docker Desktop Community 2.1.0.0
523
523
2019-07-26
524
524
525
525
@@ -537,7 +537,7 @@ This release contains Kubernetes security improvements. Note that your local Kub
537
537
538
538
- Introduced a new user interface for the Docker Desktop **Preferences** menu.
539
539
- The **Restart**, **Reset**, and **Uninstall** options are now available on the **Troubleshoot** menu.
540
-
540
+
541
541
#### Bug fixes and minor changes
542
542
543
543
- Changed the host's Kubernetes context to ensure `docker run -v .kube:kube ... kubectl` works.
@@ -591,16 +591,16 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
591
591
592
592
* New
593
593
- App: Docker CLI plugin to configure, share, and install applications
594
-
594
+
595
595
- Extend Compose files with metadata and parameters
596
596
- Reuse the same application across multiple environments (Development/QA/Staging/Production)
597
597
- Multi-orchestrator installation (Swarm or Kubernetes)
598
598
- Push/Pull/Promotion/Signing supported for application, with the same workflow as images
599
599
- Fully CNAB compliant
600
600
- Full support for Docker Contexts
601
-
601
+
602
602
- Buildx (Tech Preview): Docker CLI plugin for extended build capabilities with BuildKit
603
-
603
+
604
604
- Familiar UI from docker build
605
605
- Full BuildKit capabilities with container driver
606
606
- Multiple builder instance support
@@ -637,7 +637,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
637
637
638
638
* New
639
639
- Rebranded UI
640
-
640
+
641
641
* Bug fixes and minor changes
642
642
- Kubernetes: use default maximum number of pods for kubelet. [docker/for-mac#3453](https://github.com/docker/for-mac/issues/3453)
- Golang 1.10.6, fixes CVEs: [CVE-2018-16875](https://www.cvedetails.com/cve/CVE-2018-16875), [CVE-2018-16873](https://www.cvedetails.com/cve/CVE-2018-16873) and [CVE-2018-16874](https://www.cvedetails.com/cve/CVE-2018-16874)
654
-
654
+
655
655
WARNING: If you have an existing Kubernetes cluster created with Docker Desktop, this upgrade will reset the cluster. If you need to back up your Kubernetes cluster or persistent volumes you can use [Ark](https://github.com/heptio/ark).
656
656
657
657
* Bug fixes and minor changes
@@ -752,9 +752,9 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
- Fix com.docker.supervisor using 100% CPU. Fixes [docker/for-mac#2967](https://github.com/docker/for-mac/issues/2967), [docker/for-mac#2923](https://github.com/docker/for-mac/issues/2923)
754
754
- Do not override existing kubectl binary in /usr/local/bin (installed with brew or otherwise). Fixes [docker/for-mac#2368](https://github.com/docker/for-mac/issues/2368), [docker/for-mac#2890](https://github.com/docker/for-mac/issues/2890)
- Virtual machine default disk path is stored relative to $HOME. Fixes [docker/for-mac#2928](https://github.com/docker/for-mac/issues/2928), [docker/for-mac#1209](https://github.com/docker/for-mac/issues/1209)
757
-
757
+
758
758
759
759
### Docker Community Edition 18.05.0-ce-mac66 2018-05-17
760
760
@@ -763,9 +763,9 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
- Allow orchestrator selection from the UI in the "Kubernetes" pane, to allow "docker stack" commands to deploy to Swarm clusters, even if Kubernetes is enabled in Docker for Mac.
768
-
768
+
769
769
* Bug fixes and minor changes
770
770
- Use Simple NTP to minimize clock drift between the virtual machine and the host. Fixes [docker/for-mac#2076](https://github.com/docker/for-mac/issues/2076)
771
771
- Fix filesystem event notifications for Swarm services and those using the new-style --mount option. Fixes [docker/for-mac#2216](https://github.com/docker/for-mac/issues/2216), [docker/for-mac#2375](https://github.com/docker/for-mac/issues/2375)
@@ -782,7 +782,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
- Re-enable raw as the default disk format for users running macOS 10.13.4 and higher. Note this change only takes effect after a "reset to factory defaults" or "remove all data" (from the Whale menu > Preferences > Reset). Related to [docker/for-mac#2625](https://github.com/docker/for-mac/issues/2625)
787
787
788
788
* Bug fixes and minor changes
@@ -802,7 +802,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
-[Kubernetes 1.9.6](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#v196). If Kubernetes is enabled, the upgrade will be performed automatically when starting Docker for Mac.
804
804
805
-
* New
805
+
* New
806
806
- Enable ceph & rbd modules in LinuxKit virtual machine.
Copy file name to clipboardExpand all lines: content/manuals/desktop/previous-versions/edge-releases-windows.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,8 +144,8 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
144
144
145
145
### Known issues
146
146
147
-
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
148
-
in i386 images. To work around this issue, disable `seccomp` by using
147
+
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
148
+
in i386 images. To work around this issue, disable `seccomp` by using
149
149
the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for-win/issues/8326).
150
150
151
151
## Docker Desktop Community 2.3.6.2
@@ -710,7 +710,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
710
710
- Docker Desktop now supports a configurable user timeout for VMs on slower machines. [docker/for-win#4393](https://github.com/docker/for-win/issues/4393)
711
711
- Enabled Windows features such as Hyper-V and Containers during installation, thereby reducing the need for another restart after installation.
712
712
713
-
## Docker Desktop Community 2.1.0.0
713
+
## Docker Desktop Community 2.1.0.0
714
714
2019-07-30
715
715
716
716
@@ -728,14 +728,14 @@ This release contains Kubernetes security improvements. Note that your local Kub
728
728
#### New
729
729
730
730
- Introduced a new user interface for the Docker Desktop **Settings** menu.
731
-
- The **Restart** and **Reset** options are now available on the **Troubleshoot** menu.
731
+
- The **Restart** and **Reset** options are now available on the **Troubleshoot** menu.
732
732
733
733
#### Bug fixes and minor changes
734
734
735
735
- Changed the host's kubernetes context to ensure `docker run -v .kube:kube ... kubectl` works.
736
736
- Restricted the `cluster-admin` role on local Kubernetes cluster to `kube-system` namespace.
737
737
- Fixed Kubernetes installation with VPNkit subnet.
738
-
- Fixed an issue where Docker Desktop restarts when a user logs out of Windows and logs back in, which results in retaining the
738
+
- Fixed an issue where Docker Desktop restarts when a user logs out of Windows and logs back in, which results in retaining the
739
739
exported ports on containers.
740
740
- Reduced the VM startup time. `swap` is not created every time a virtual machine boots.
741
741
- Fixed a bug which caused Docker Desktop to crash when a user cancels switching the version using Windows User Account Control (UAC) settings.
@@ -795,16 +795,16 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
795
795
* New
796
796
797
797
- App: Docker CLI plugin to configure, share, and install applications
798
-
798
+
799
799
- Extend Compose files with metadata and parameters
800
800
- Reuse the same application across multiple environments (Development/QA/Staging/Production)
801
801
- Multi-orchestrator installation (Swarm or Kubernetes)
802
802
- Push/Pull/Promotion/Signing supported for application, with the same workflow as images
803
803
- Fully CNAB compliant
804
804
- Full support for Docker Contexts
805
-
805
+
806
806
- Buildx (Tech Preview): Docker CLI plugin for extended build capabilities with BuildKit
807
-
807
+
808
808
- Familiar UI from docker build
809
809
- Full BuildKit capabilities with container driver
810
810
- Multiple builder instance support
@@ -847,7 +847,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
847
847
848
848
* New
849
849
- Rebranded UI
850
-
850
+
851
851
* Bug fixes and minor changes
852
852
- Kubernetes: use default maximum number of pods for kubelet. [docker/for-mac#3453](https://github.com/docker/for-mac/issues/3453)
853
853
@@ -860,7 +860,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
- Golang 1.10.6, fixes CVEs: [CVE-2018-16875](https://www.cvedetails.com/cve/CVE-2018-16875), [CVE-2018-16873](https://www.cvedetails.com/cve/CVE-2018-16873) and [CVE-2018-16874](https://www.cvedetails.com/cve/CVE-2018-16874)
863
-
863
+
864
864
WARNING: If you have an existing Kubernetes cluster created with Docker Desktop, this upgrade will reset the cluster. If you need to back up your Kubernetes cluster or persistent volumes you can use [Ark](https://github.com/heptio/ark).
865
865
866
866
* Bug fixes and minor changes
@@ -880,7 +880,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
- Compose: Fixed a bug where build context URLs would fail to build on Windows. Fixes [docker/for-win#2918](https://github.com/docker/for-win/issues/2918)
883
+
- Compose: Fixed a bug where build context URLs would fail to build on Windows. Fixes [docker/for-win#2918](https://github.com/docker/for-win/issues/2918)
884
884
885
885
### Docker Community Edition 2.0.0.0-win77 2018-11-14
886
886
@@ -891,7 +891,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
- Windows Containers: Fix group daemon option settings. Fixes [docker/for-win#2647](https://github.com/docker/for-win/issues/2647)
894
+
- Windows Containers: Fix group daemon option settings. Fixes [docker/for-win#2647](https://github.com/docker/for-win/issues/2647)
895
895
- Windows Containers: Improve host.docker.internal ip resolution
896
896
- Do not try to update samba share mounts when using Windows containers
897
897
- Improved dns update too verbose in logs
@@ -909,7 +909,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
909
909
910
910
* Deprecation
911
911
- Removed support of AUFS
912
-
912
+
913
913
* Bug fixes and minor changes
914
914
- LCOW does not anymore need --platform flag on multi-arch images
915
915
- Better WCOW host.docker.internal resolution on host, don't rewrite it if not modified. From [docker/for-win#1976](https://github.com/docker/for-win/issues/1976)
@@ -977,13 +977,13 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
- Allow orchestrator selection from the UI in the "Kubernetes" pane, to allow "docker stack" commands to deploy to swarm clusters, even if Kubernetes is enabled in Docker for Windows.
982
982
983
983
* Bug fixes and minor changes
984
984
- Fix restart issue when using Windows fast startup on latest 1709 Windows updates. Fixes [docker/for-win#1741](https://github.com/docker/for-win/issues/1741), [docker/for-win#1741](https://github.com/docker/for-win/issues/1741)
985
985
- DNS name `host.docker.internal` can be used for host resolution from Windows containers. Fixes [docker/for-win#1976](https://github.com/docker/for-win/issues/1976)
986
-
- Fix broken link in diagnostics window.
986
+
- Fix broken link in diagnostics window.
987
987
988
988
### Docker Community Edition 18.05.0-ce-rc1-win63 2018-04-26
989
989
@@ -995,7 +995,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
995
995
- Fix startup issue due to incompatibility with other programs (like Razer Synapse 3). Fixes [docker/for-win#1723](https://github.com/docker/for-win/issues/1723)
996
996
- Fix Kubernetes hostPath translation for PersistentVolumeClaim (PVC). Previously failing PVCs must be deleted and recreated. Fixes [docker/for-win#1758](https://github.com/docker/for-win/issues/1758)
997
997
- Fix Kubernetes status when resetting to factory defaults.
998
-
998
+
999
999
1000
1000
### Docker Community Edition 18.04.0-ce-win62 2018-04-12
1001
1001
@@ -1009,7 +1009,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
-[Kubernetes 1.9.6](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#v196). If Kubernetes is enabled, the upgrade will be performed automatically when starting Docker for Windows.
Copy file name to clipboardExpand all lines: content/manuals/desktop/release-notes.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@ aliases:
17
17
weight: 220
18
18
---
19
19
20
-
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
20
+
<!-- vale off -->
21
+
22
+
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
21
23
22
24
Releases are gradually rolled out to ensure quality control. If the latest version is not yet available to you, allow some time — updates typically become available within a week of the release date.
23
25
@@ -71,7 +73,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
- Fixed [CVE-2025-6587](https://www.cve.org/CVERecord?id=CVE-2025-6587) where sensitive system environment variables were included in Docker Desktop diagnostic logs, allowing for potential secret exposure.
77
79
@@ -82,7 +84,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
82
84
- Fixed a bug causing `docker start` to drop the container's port mappings for a container already running.
83
85
- Fixed a bug that prevented container ports to be displayed on the GUI when a container was re-started.
84
86
- Fixed a bug that caused Docker API `500 Internal Server Error for API route and version` error application start.
85
-
- The settings **Apply & restart** button is now labeled **Apply**. The VM is no longer restarted when applying changed settings.
87
+
- The settings **Apply & restart** button is now labeled **Apply**. The VM is no longer restarted when applying changed settings.
86
88
- Fixed a bug where the disk would be corrupted if Docker is shutdown during a `fsck`.
87
89
- Fixed a bug causing an incorrect `~/.kube/config` in WSL2 when using a `kind` Kubernetes cluster.
88
90
- Return an explicit error to a Docker API / `docker` CLI command if Docker Desktop has been manually paused.
Copy file name to clipboardExpand all lines: content/manuals/desktop/troubleshoot-and-support/feedback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ There are many ways you can provide feedback on Docker Desktop or Docker Desktop
12
12
13
13
### In-product feedback
14
14
15
-
On each Docker Desktop Dashboard view, there is a **Give feedback** link. This opens a feedback form where you can share ideas directly with the Docker team.
15
+
On each Docker Desktop Dashboard view, there is a **Give feedback** link. This opens a feedback form where you can share ideas directly with the Docker Team.
0 commit comments