containerd/cmd
Eric Ernst 8b9571e348 containerd-stress: start task ctr before starting execs
For some runtimes, the container is not ready for exec until the
initial container task has been started (as opposed to just having the task created).

More specifically, running containerd-stress with --exec would break
with Kata Container shim, since the sandbox is not created until a
start is issued. By starting the container's primary task before adding
exec's, we can avoid:
```
error="cannot enter container exec-container-1, with err Sandbox not running, impossible to enter the container: unknown"
```

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
2022-02-04 16:08:44 -08:00
..
containerd feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
containerd-shim feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
containerd-shim-runc-v1 Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
containerd-shim-runc-v2 Use task plugin for runc shim 2021-12-13 10:37:13 -08:00
containerd-stress containerd-stress: start task ctr before starting execs 2022-02-04 16:08:44 -08:00
ctr Merge pull request #6424 from cpuguy83/nondist-blob-push 2022-01-19 19:12:31 -08:00
gen-manpages refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
protoc-gen-gogoctrd Update ttrpc for containerd repo 2018-06-28 09:53:40 -04:00