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
chore: reduce noice in Vale error reporting (#23146)
Exclude extra release notes from Spelling/Term checks.
Exclude `<a>` from checks.
Add new terms and fix some double space errors.
- Before: 2691
- After: 967
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.
0 commit comments