mirror of https://github.com/docker/docs.git
Docker desktop mac 3.0.2 release notes (#11931)
* docker desktop mac 3.0.2 release notes * Update docker-for-mac/release-notes.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> * update 3.0.1 download url * Update docker-for-mac/release-notes.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
f23d98e583
commit
814c8ba23d
|
@ -16,10 +16,26 @@ This page contains information about the new features, improvements, known issue
|
|||
> Starting with Docker Desktop 3.0.0, Stable and Edge releases are combined into a single release stream for all users. Updates to Docker Desktop will now be available automatically as delta updates from the previous version. This means, when there is a newer version of Docker Desktop, it will be automatically downloaded to your machine. All you need to do is to click **Update and restart** from the Docker menu to install the latest update.
|
||||
{: .important }
|
||||
|
||||
## Docker Desktop Community 3.0.2
|
||||
2020-12-18
|
||||
|
||||
> [Download](https://hub.docker.com/editions/community/docker-ce-desktop-mac/)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Avoid timeouts during `docker-compose up` by making cache invalidation faster. Fixes [docker/for-mac#4957](https://github.com/docker/for-mac/issues/4957).
|
||||
- Avoid generating a spurious filesystem DELETE event while invalidating caches. Fixes [docker/for-mac#5124](https://github.com/docker/for-mac/issues/5124).
|
||||
- It is now possible to share directories in `~/Library` (except Docker Desktop data directories) with a container. Fixes [docker/for-mac#5115](https://github.com/docker/for-mac/issues/5115).
|
||||
- You will now see a performance warning pop-up message if you create a container that shares the `Home` or a user `Library` directory.
|
||||
|
||||
### Known issues
|
||||
|
||||
- Some DNS addresses fail to resolve within containers based on Alpine Linux 3.13. See [docker/for-mac#5020](https://github.com/docker/for-mac/issues/5020).
|
||||
|
||||
## Docker Desktop Community 3.0.1
|
||||
2020-12-11
|
||||
|
||||
> [Download](https://hub.docker.com/editions/community/docker-ce-desktop-mac/)
|
||||
> [Download](https://desktop.docker.com/mac/stable/50773/Docker.dmg)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
|
|
Loading…
Reference in New Issue