containerd/pkg/process
Sebastiaan van Stijn d2013d2c99
runtime: deprecate runc --criu / -criu-path option
runc option --criu is now ignored (with a warning), and the option will be
removed entirely in a future release. Users who need a non- standard criu
binary should rely on the standard way of looking up binaries in $PATH.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-23 14:42:43 +01:00
..
deleted_state.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
exec_state.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
exec.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
init_state.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
init.go runtime: deprecate runc --criu / -criu-path option 2022-03-23 14:42:43 +01:00
io_test.go refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
io_util.go replace uses of os/exec with golang.org/x/sys/execabs 2021-08-25 18:11:09 +02:00
io.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08: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 feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00