containers / virtcontainers

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

Allow pod stop to be called several times #600

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

We should be able to call several times into pod stop, the call being a no-op if the pod has already been stopped.

egernst commented 6 years ago

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