containerd/pkg/process
Maksym Pavlenko 0dc7c85956 Don't use timeout package when stopping shim logger
containerd loads timeout values from config.toml and populated those
values to `timeout` package at launch. So when using `timeout` package
from shim, there are default values and config file is ignored.
So use a hardcoded value for binary IO.

Signed-off-by: Maksym Pavlenko <makpav@amazon.com>
2020-04-17 15:06:18 -07:00
..
deleted_state.go Use cached state instead of runc state. 2019-10-03 10:53:13 -07:00
exec_state.go Use cached state instead of runc state. 2019-10-03 10:53:13 -07:00
exec.go Fix container pid. 2019-12-02 01:02:22 -08:00
init_state.go Fix container pid. 2019-12-02 01:02:22 -08:00
init.go Fix container pid. 2019-12-02 01:02:22 -08:00
io.go Don't use timeout package when stopping shim logger 2020-04-17 15:06:18 -07:00
process.go Refactor runtime code for code sharing 2019-07-08 11:47:53 -04:00
types.go Refactor runtime code for code sharing 2019-07-08 11:47:53 -04:00
utils.go Fix container pid. 2019-12-02 01:02:22 -08:00