Closed bfirsh closed 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.
docker halt
Perhaps it's more a Vagrant bug than a docker-osx bug. What did you think about that?
Nope, it's our fault. We run vagrant up if it isn't running.
vagrant up
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 shortcutdocker halt
before the VM is booted.