julien-duponchelle / docker-osx

Fast and easy installation of Docker on OS X
1.03k stars 70 forks source link

Equivalent of `vagrant destroy` required #27

Closed mathias closed 10 years ago

mathias commented 10 years ago

In additional docker halt, I'd like to have the ability to destroy a created virtualbox VM with something like vagrant destroy. Can't run vagrant destroy itself since there's no Vagrantfile or other way for vagrant to know what Virtualbox is doing.

gvangool commented 10 years ago

You can find the VagrantFile in $HOME/.docker-osx

julien-duponchelle commented 10 years ago

The command is available in last release

mathias commented 10 years ago

Cool, thank you!