hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
826 stars 129 forks source link

Support for removing container #267

Closed YaoZengzeng closed 6 years ago

laijs commented 7 years ago

INIT_REMOVECONTAINER was already added in #394, since the hyperstart had already defined it at the very beginning. But runv is still lack of the functions to use INIT_REMOVECONTAINER. Does this RemoveContainer() still needed? Is INIT_KILLCONTAINER(kill with signal SIGKILL) a workable workaround?