Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/manuals/engine/release-notes/20.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ well as updated versions of the containerd.io package.
* Suppress warnings for deprecated cgroups [docker/cli#3099](https://github.com/docker/cli/pull/3099).
* Prevent sending `SIGURG` signals to container on Linux and macOS. The Go runtime
(starting with Go 1.14) uses `SIGURG` signals internally as an interrupt to
support preemptable syscalls. In situations where the Docker CLI was attached
support preemptible syscalls. In situations where the Docker CLI was attached
to a container, these interrupts were forwarded to the container. This fix
changes the Docker CLI to ignore `SIGURG` signals [docker/cli#3107](https://github.com/docker/cli/pull/3107),
[moby/moby#42421](https://github.com/moby/moby/pull/42421).
Expand Down