containerd/cmd/ctr/commands
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
..
containers Add cio.Load for loading io set 2018-06-26 11:48:26 -04:00
content content: change Writer/ReaderAt to take OCI 2018-06-01 11:51:43 +09:00
events Correctly handle reading from events channel 2018-04-25 11:21:22 -04:00
images Move progress into pkg 2018-05-22 13:32:25 -04:00
namespaces Licence header added 2018-02-19 10:32:26 +09:00
plugins Licence header added 2018-02-19 10:32:26 +09:00
pprof Licence header added 2018-02-19 10:32:26 +09:00
run Add nvidia gpu support via libnvidia-container 2018-05-09 13:37:39 -04:00
shim runtime/linux/shim -> runtime/shim 2018-06-06 14:35:06 -04:00
snapshots content: change Writer/ReaderAt to take OCI 2018-06-01 11:51:43 +09:00
tasks Add cio.Load for loading io set 2018-06-26 11:48:26 -04:00
version Licence header added 2018-02-19 10:32:26 +09:00
client.go Licence header added 2018-02-19 10:32:26 +09:00
commands.go Add --pid-file to ctr 2018-02-20 15:10:50 -05:00
resolver.go Licence header added 2018-02-19 10:32:26 +09:00
signal_map_linux.go Licence header added 2018-02-19 10:32:26 +09:00
signal_map_unix.go Licence header added 2018-02-19 10:32:26 +09:00
signal_map_windows.go Licence header added 2018-02-19 10:32:26 +09:00
signals.go Licence header added 2018-02-19 10:32:26 +09:00