containers / virtcontainers

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

Allow container stop from a created container #601

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

We need to be able to stop a container (unmounting devices and rootfs) even when the container is in READY state (meaning it has just been created).