/docker-vm

Run the docker daemon in a VM on a mac

Primary LanguageShellMIT LicenseMIT

docker-vm

To get started:

  1. Install vagrant
  2. Install vagrant-disksize with: vagrant plugin install vagrant-disksize
  3. Customize your synced folder
  4. Start the VM: vagrant up
  5. Instruct docker cli to use a remote docker host with: export DOCKER_HOST="127.0.0.1:2375" (add this to your shell rc)