This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Description
- When kill a running container, get error message "Error response from daemon: Cannot kill container X: Container X is not running".
How to Reproduce:
hyper run -d busybox top
hyper kill $contianer_id
- When kill a stoped container, we should get an error message, something like we got from [1]. While we only got a container id.