nlf / dhyve

docker meets xhyve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

revert vm_down to use kill instead of ssh

nlf opened this issue · comments

commented
commented

It will work well when the vm has already been shutdown manually.

kill $pid >/dev/null 2>&1
commented

Oops. My mistake.
check_vm_running will be reverted as well.