containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

Simplify container stop semantic #603

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

A container stop should not try to kill the container process. If this is called, this means we actually expect the container process has been previously signalled and we should make sure the container process is done, so that we can undo what has been done during the container creation.

egernst commented 6 years ago

This issue was moved to kata-containers/runtime#152