7 ms·
If you're using Vagrant, you'll have to manually shut off the VM via `vagrant halt`. If you're just trying to get started with Docker, Boot2Docker (https://git
by jhorey 12y ago
If you're using Vagrant, you'll have to manually shut off the VM via `vagrant halt`.
If you're just trying to get started with Docker, Boot2Docker (https://github.com/boot2docker/boot2docker https://github.com/boot2docker/boot2docker) is probably the way to go.
If you're looking for an Ubuntu-based Vagrant box, you can try out my Vagrant box (http://ferry.opencore.io/en/latest/install.html#os-x http://ferry.opencore.io/en/latest/install.html#os-x). It's based off of 14.04. Be warned though, my box is very large (~4GB) as it contains many pre-baked images (Hadoop, Cassandra, etc.).
- iqster 12y agoThanks. Where do I issue vagrant halt (i.e. which folder)? The workaround I found was to go virtualbox directly and issue a poweroff. Not clean at all :(