Add bug fixes since RC3

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
Usha Mandya 2021-04-14 17:04:09 +01:00
parent 702a685a1e
commit fe6978d271
3 changed files with 12 additions and 4 deletions

View File

@ -40,7 +40,10 @@ We expect to fix this in a future release.
### Fixes since Docker Desktop RC 3
ADD list of issues fixed
- Docker Desktop now ensures the permissions of `/dev/null` are correctly set to `0666` (`rw-rw-rw-`) inside `--privileged` containers. Fixes [docker/for-mac#5527](https://github.com/docker/for-mac/issues/5527).
- Fixed an issue where ICMP echo responses (`ping` responses) had incorrect sequence numbers.
- Fixed an issue where data was dropped when a TCP stream was half-closed.
- Docker Desktop now reduces the idle CPU consumption.
### Fixes since Docker Desktop RC 2

View File

@ -24,10 +24,15 @@ Docker Desktop for Mac on Apple silicon is now available as a GA release. For mo
### Bug fixes and minor changes
- **Mac with Apple silicon**: Docker Desktop now ensures the permissions of `/dev/null` are correctly set to `0666` (`rw-rw-rw-`) inside `--privileged` containers. Fixes [docker/for-mac#5527](https://github.com/docker/for-mac/issues/5527).
- Docker Desktop now ensures the permissions of `/dev/null` are correctly set to `0666` (`rw-rw-rw-`) inside `--privileged` containers. Fixes [docker/for-mac#5527](https://github.com/docker/for-mac/issues/5527).
- Fixed an issue that caused Docker Desktop to fail during startup when it is unable to establish a connection with Docker Hub in the backend. Fixes [docker/for-win#10896](https://github.com/docker/for-win/issues/10896)
**Mac with Apple silicon**
- Fixed an issue where ICMP echo responses (`ping` responses) had incorrect sequence numbers.
- Fixed an issue where data was dropped when a TCP stream was half-closed.
- Docker Desktop now reduces the idle CPU consumption.
## Docker Desktop 3.3.0
2021-04-08

View File

@ -18,8 +18,8 @@ This page contains information about the new features, improvements, known issue
### Bug fixes and minor changes
- Docker Desktop now ensures the permissions of `/dev/null` are correctly set to `0666` (`rw-rw-rw-`) inside `--privileged` containers. Fixes [docker/for-mac#5527](https://github.com/docker/for-mac/issues/5527).
- Fixed an issue that caused `docker run` to fail when using `\\wsl.localhost` path to a directory. Fixes [docker/for-win#10786](https://github.com/docker/for-win/issues/10786)
- Fixed an issue that caused Docker Desktop to fail during startup when it is unable to establish a connection with Docker Hub in the backend. Fixes [docker/for-win#10896](https://github.com/docker/for-win/issues/10896)
## Docker Desktop 3.3.0