Skip to content

Commit

Permalink
Docker Desktop release notes: add clock_gettime64 known issue
Browse files Browse the repository at this point in the history
See docker/for-win#8326

Signed-off-by: David Scott <dave.scott@docker.com>
  • Loading branch information
djs55 committed Sep 22, 2020
1 parent 49c589d commit f4940c6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-for-mac/edge-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ 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. The workaround is to 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

Expand Down
4 changes: 4 additions & 0 deletions docker-for-mac/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ 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. The workaround is to 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

Expand Down
4 changes: 4 additions & 0 deletions docker-for-windows/edge-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ 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. The workaround is to 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

Expand Down
4 changes: 4 additions & 0 deletions docker-for-windows/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ 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. The workaround is to 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

Expand Down

0 comments on commit f4940c6

Please sign in to comment.