hyperhq / runv

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

Return error when start an existing container #367

Closed WeiZhang555 closed 7 years ago

WeiZhang555 commented 7 years ago

If container is existing, return error for start() instead of nil

Signed-off-by: Zhang Wei zhangwei555@huawei.com

Related issue: #366