mirror of https://github.com/docker/docs.git
Merge pull request #11801 from lorenrh/edge-2.5.2
Docker Desktop release notes 2.5.2
This commit is contained in:
commit
4481594928
|
@ -11,6 +11,22 @@ 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.5.2
|
||||
2020-11-26
|
||||
|
||||
> [Download](https://desktop.docker.com/mac/edge/50165/Docker.dmg)
|
||||
|
||||
### New
|
||||
|
||||
- Use of three digit version number.
|
||||
- Starting with Docker Desktop 2.5.2, updates will be much smaller as they will be applied using delta patches.
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Re-enabled the experimental SOCKS proxy. Fixes [docker/for-mac#5048](https://github.com/docker/for-mac/issues/5048).
|
||||
- Fixed an unexpected EOF error when trying to start a non-existing container with `-v /var/run/docker.sock:`. See [docker/for-mac#5025](https://github.com/docker/for-mac/issues/5025).
|
||||
- Display an error message instead of crashing when the application needs write access on specific directories. See [docker/for-mac#5068](https://github.com/docker/for-mac/issues/5068)
|
||||
|
||||
## Docker Desktop Community 2.5.1.0
|
||||
2020-11-18
|
||||
|
||||
|
|
|
@ -11,6 +11,20 @@ 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.5.2
|
||||
2020-11-26
|
||||
|
||||
> [Download](https://desktop.docker.com/win/edge/50165/Docker%20Desktop%20Installer.exe)
|
||||
|
||||
### New
|
||||
|
||||
- Use of three digit version number.
|
||||
- Starting with Docker Desktop 2.5.2, updates will be much smaller as they will be applied using delta patches.
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Fixed an unexpected EOF error when trying to start a non-existing container with `-v /var/run/docker.sock:`. See [docker/for-mac#5025](https://github.com/docker/for-mac/issues/5025).
|
||||
|
||||
## Docker Desktop Community 2.5.1.0
|
||||
2020-11-18
|
||||
|
||||
|
|
Loading…
Reference in New Issue