fix long waiting time with centos 6.4 containers on ubuntu 13.10 host

This commit is contained in:
Attila Bogár 2013-11-19 22:24:36 +00:00
parent e4e4551aea
commit d8a8dbaa9b

View file

@ -69,6 +69,7 @@ module Vagrant
end
def stop
attach '/sbin/halt'
run :stop, '--name', @name
end