julien-duponchelle / docker-osx

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

docker halt should not boot the VM if it isn't running #12

Closed bfirsh closed 10 years ago

bfirsh commented 10 years ago

I sometimes run docker halt to check everything's stopped, but this boots the machine if it isn't already running, only to shut it down again. We should shortcut docker halt before the VM is booted.

julien-duponchelle commented 10 years ago

Perhaps it's more a Vagrant bug than a docker-osx bug. What did you think about that?

bfirsh commented 10 years ago

Nope, it's our fault. We run vagrant up if it isn't running.