mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
This adds a Windows TERM signal which makes propagation of termination to containers work properly. Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
module github.com/moby/sys/mount
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/moby/sys/mountinfo v0.5.0
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
|
|
)
|