1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libcontainerd
Kenfe-Mickael Laventure c178700a04 Remove timeout on fifos opening
Instead of a timeout the context is cancelled on error to ensure
proper cleanup of the associated fifos' goroutines.

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
2017-01-13 11:46:48 -08:00
..
client.go fix typo in libcontainerd/client.go 2017-01-11 23:10:02 +08:00
client_linux.go Remove timeout on fifos opening 2017-01-13 11:46:48 -08:00
client_solaris.go
client_unix.go
client_windows.go
container.go
container_unix.go Remove timeout on fifos opening 2017-01-13 11:46:48 -08:00
container_windows.go
oom_linux.go
oom_solaris.go
pausemonitor_unix.go
process.go
process_unix.go Remove timeout on fifos opening 2017-01-13 11:46:48 -08:00
process_windows.go
queue_unix.go
remote.go
remote_unix.go Move process functions to pkg/system 2016-12-12 09:28:41 +01:00
remote_windows.go
types.go
types_linux.go
types_solaris.go
types_windows.go fix some typos in libcontainer\types_windows.go 2016-12-14 16:33:03 +08:00
utils_linux.go
utils_solaris.go
utils_windows.go
utils_windows_test.go