containers / virtcontainers

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

Allow container kill from a created container #602

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

It is valid to send a signal to a created container that has not been started yet. The container process is supposed to be running already, and we can expect to signal it.