mirror of https://github.com/docker/docs.git
Adding Mac releaese notes
This commit is contained in:
parent
fd74e3acc4
commit
b486bd6e52
|
@ -11,6 +11,36 @@ This page contains information about Docker Desktop Edge releases. Edge releases
|
|||
For information about Stable releases, see the [Stable release notes](release-notes.md). For Docker Desktop system requirements, see
|
||||
[What to know before you install](install.md#what-to-know-before-you-install).
|
||||
|
||||
## Docker Desktop Community 2.3.5.0
|
||||
2020-08-21
|
||||
|
||||
> [Download](https://desktop.docker.com/mac/edge/47376/Docker.dmg)
|
||||
|
||||
### New
|
||||
|
||||
- The **Images** view on the Dashboard now allows you to interact with images on Docker Hub. You can now pull a remote repository with specific tags from Docker Hub, or view the details of the repository on the Docker Hub page. To access the new Images view, from the Docker menu, select **Dashboard** > **Images**.
|
||||
|
||||
- Docker Desktop now enables BuildKit by default after a reset to factory defaults. To revert to the old docker build experience, go to **Preferences** > **Docker Engine** and then disable the BuildKit feature.
|
||||
|
||||
- Docker Desktop now uses **gRPC-FUSE** for file sharing by default. This has much faster file sharing and uses much less CPU than `osxfs`, especially when there are lots of file events on the host. To switch back to `osxfs`, go to **Preferences** > **General** and disable gRPC-FUSE.
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Go 1.14.7](https://github.com/golang/go/issues?q=milestone:Go1.14.7+label:CherryPickApproved)
|
||||
- [Docker ECS integration v1.0.0-beta.5](https://github.com/docker/ecs-plugin/releases/tag/v1.0.0-beta.5)
|
||||
- [Docker Engine 19.03.13-beta2](https://github.com/docker/docker-ce/releases/tag/v19.03.13-beta2)
|
||||
- [Docker ACI integration 0.1.12](https://github.com/docker/aci-integration-beta/releases/tag/v0.1.12)
|
||||
|
||||
### Removal
|
||||
|
||||
- The Mutagen file sync feature that we have been experimenting with in recent Edge releases has been removed. Thanks to everyone who has provided feedback on this feature. We are reconsidering how to integrate it based on the feedback we have received so far.
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Moved **Dashboard** to the top of the whale menu.
|
||||
- Improved the error handling when `dockerd` crashes.
|
||||
- Fixed minor bugs in the **Images** view.
|
||||
|
||||
## Docker Desktop Community 2.3.4.0
|
||||
2020-07-28
|
||||
|
||||
|
|
Loading…
Reference in New Issue