containerd/cmd/ctr/commands/tasks
songjiang han 2a0b2ee9eb fix: ctr run --cni get failed
when   user  executes ctr run --cni to start a container,it will call cni plugin to create network .But when user kills it,the network won’t be removed. if we run a container with same namespace and name again will trigger a bug. we should remove the network when user kills task if it enables cni plugin.

Fix:#6604

Signed-off-by: SongJiang Han <songjiang.dark@gmail.com>
2022-03-15 15:46:29 +08:00
..
attach.go Licence header added 2018-02-19 10:32:26 +09:00
checkpoint.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
delete.go ctr: Unify the delete subcommand alias 2022-01-11 16:21:26 +08:00
exec.go fix: make exec-id flag required in exec command 2021-09-28 18:19:32 +08:00
kill.go fix: ctr run --cni get failed 2022-03-15 15:46:29 +08:00
list.go Update ctr tasks list usage for quiet flag 2018-04-23 14:53:35 -04:00
metrics.go commands: Enables task metrics for Windows 2021-10-05 09:25:12 -07:00
pause.go Licence header added 2018-02-19 10:32:26 +09:00
ps.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
resume.go Licence header added 2018-02-19 10:32:26 +09:00
start.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
tasks_unix.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
tasks_windows.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
tasks.go Licence header added 2018-02-19 10:32:26 +09:00