containerd/cmd/ctr
Michael Crosby 91597bc6c3 Move task list to separate command
This keeps the semantics the same as the other commands to only list
containers, tasks, images by calling the list subcommand.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-10-30 15:01:00 -04:00
..
commands ctr: move resolver to commands package 2017-10-26 16:31:58 -04:00
apply.go Move NewClient and AppContext to commands pkg 2017-10-25 11:10:00 -04:00
attach.go ctr: move signals to commands package 2017-10-26 16:31:23 -04:00
checkpoint.go Move NewClient and AppContext to commands pkg 2017-10-25 11:10:00 -04:00
exec.go ctr: move signals to commands package 2017-10-26 16:31:23 -04:00
fetch.go ctr: move resolver to commands package 2017-10-26 16:31:58 -04:00
fetchobject.go ctr: move resolver to commands package 2017-10-26 16:31:58 -04:00
kill.go ctr: move signals to commands package 2017-10-26 16:31:23 -04:00
main_unix.go Initial windows runtime work 2017-04-07 09:20:44 -07:00
main.go ctr: move events command 2017-10-25 22:21:57 -04:00
pause.go Move NewClient and AppContext to commands pkg 2017-10-25 11:10:00 -04:00
pprof_unix.go Update ctr so it works again on windows 2017-07-21 18:19:48 +02:00
pprof_windows.go Update ctr so it works again on windows 2017-07-21 18:19:48 +02:00
pprof.go make command help display consistent 2017-09-22 15:44:26 +08:00
ps.go Move NewClient and AppContext to commands pkg 2017-10-25 11:10:00 -04:00
pull.go Move NewClient and AppContext to commands pkg 2017-10-25 11:10:00 -04:00
push.go ctr: move resolver to commands package 2017-10-26 16:31:58 -04:00
pushobject.go ctr: move resolver to commands package 2017-10-26 16:31:58 -04:00
resume.go Move NewClient and AppContext to commands pkg 2017-10-25 11:10:00 -04:00
rootfs.go Move NewClient and AppContext to commands pkg 2017-10-25 11:10:00 -04:00
run_unix.go Merge pull request #1676 from AkihiroSuda/null-io-fix 2017-10-30 10:10:22 -04:00
run_windows.go Merge pull request #1676 from AkihiroSuda/null-io-fix 2017-10-30 10:10:22 -04:00
run.go ctr: move signals to commands package 2017-10-26 16:31:23 -04:00
shim.go ctr: add commands package with shared utility functions 2017-10-23 17:40:18 -07:00
start.go ctr: move signals to commands package 2017-10-26 16:31:23 -04:00
task_delete.go Move NewClient and AppContext to commands pkg 2017-10-25 11:10:00 -04:00
task.go Move task list to separate command 2017-10-30 15:01:00 -04:00
utils_unix.go ctr use client's underlying service 2017-10-23 20:22:54 +08:00
utils_windows.go ctr: move signals to commands package 2017-10-26 16:31:23 -04:00
utils.go ctr: move resolver to commands package 2017-10-26 16:31:58 -04:00