containerd/cmd/ctr/commands/tasks
Michael Crosby fdceb13b14 Add cio.Load for loading io set
This adds a `Load` Opt for cio to load a tasks io/fifos without
attaching or starting the copy routines.

It adds the load method in `ctr` by default so that fifos or other IO
are removed from disk on delete methods inbetween command runs.  It is
not the default for all task loads for backwards compat. and a user may
want to keep io around to reuse or if log files are used.

Fixes #2421

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-06-26 11:48:26 -04:00
..
attach.go Licence header added 2018-02-19 10:32:26 +09:00
checkpoint.go Licence header added 2018-02-19 10:32:26 +09:00
delete.go Add cio.Load for loading io set 2018-06-26 11:48:26 -04:00
exec.go Licence header added 2018-02-19 10:32:26 +09:00
kill.go Licence header added 2018-02-19 10:32:26 +09:00
list.go Update ctr tasks list usage for quiet flag 2018-04-23 14:53:35 -04:00
pause.go Licence header added 2018-02-19 10:32:26 +09:00
ps.go Licence header added 2018-02-19 10:32:26 +09:00
resume.go Licence header added 2018-02-19 10:32:26 +09:00
start.go Add --pid-file to ctr 2018-02-20 15:10:50 -05:00
tasks_unix.go Allow to checkpoint and restore a container with console 2018-04-28 01:06:42 +03:00
tasks_windows.go Licence header added 2018-02-19 10:32:26 +09:00
tasks.go Licence header added 2018-02-19 10:32:26 +09:00