mirror of https://github.com/docker/docs.git
Docker Desktop release notes: add clock_gettime64 known issue (#11405)
* Docker Desktop release notes: add clock_gettime64 known issue See https://github.com/docker/for-win/issues/8326 Signed-off-by: David Scott <dave.scott@docker.com> * Minor style update * minor style update * Minor style updte * Minor style update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
bba4fa627e
commit
62f31a3ad6
|
@ -36,6 +36,13 @@ For information about Stable releases, see the [Stable release notes](release-no
|
|||
- Avoid exposing `/host_mnt` paths in `docker container inspect` and `docker volume inspect`. Fixes [docker/for-mac#4859](https://github.com/docker/for-mac/issues/4859).
|
||||
- Fixed container logs lagging under heavy load. See [docker/for-win#8216](https://github.com/docker/for-win/issues/8216).
|
||||
|
||||
### Known issues
|
||||
|
||||
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
|
||||
in i386 images. To work around this issue, disable `seccomp` by using
|
||||
the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for-win/issues/8326).
|
||||
|
||||
|
||||
## Docker Desktop Community 2.3.6.1
|
||||
2020-09-08
|
||||
|
||||
|
|
|
@ -28,6 +28,12 @@ For information about Edge releases, see the [Edge release notes](edge-release-n
|
|||
### Bug fixes and minor changes
|
||||
- Fixed automatic start on log in. See [docker/for-mac#4877](https://github.com/docker/for-mac/issues/4877) and [docker/for-mac#4890](https://github.com/docker/for-mac/issues/4890)
|
||||
|
||||
### Known issues
|
||||
|
||||
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
|
||||
in i386 images. To work around this issue, disable `seccomp` by using
|
||||
the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for-win/issues/8326).
|
||||
|
||||
## Docker Desktop Community 2.3.0.4
|
||||
2020-07-27
|
||||
|
||||
|
|
|
@ -41,6 +41,12 @@ For information about Stable releases, see the [Stable release notes](release-no
|
|||
- Avoid exposing `/host_mnt` paths in `docker container inspect` and `docker volume inspect`. Fixes [docker/for-mac#4859](https://github.com/docker/for-mac/issues/4859).
|
||||
- Fixed container logs lagging under heavy load. See [docker/for-win#8216](https://github.com/docker/for-win/issues/8216).
|
||||
|
||||
### Known issues
|
||||
|
||||
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
|
||||
in i386 images. To work around this issue, disable `seccomp` by using
|
||||
the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for-win/issues/8326).
|
||||
|
||||
## Docker Desktop Community 2.3.6.2
|
||||
2020-09-09
|
||||
|
||||
|
|
|
@ -28,6 +28,12 @@ For information about Edge releases, see the [Edge release notes](edge-release-n
|
|||
### Bug fixes and minor changes
|
||||
- WSL2: Fixed a crash when using an incompatible glibc. See [docker/for-win#8183](https://github.com/docker/for-win/issues/8183).
|
||||
|
||||
### Known issues
|
||||
|
||||
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
|
||||
in i386 images. To work around this issue, disable `seccomp` by using
|
||||
the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for-win/issues/8326).
|
||||
|
||||
## Docker Desktop Community 2.3.0.4
|
||||
2020-07-27
|
||||
|
||||
|
|
Loading…
Reference in New Issue