graphaelli / docker-vm

Run the docker daemon in a VM on a mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Run the docker daemon in a VM on a mac

License:MIT License


Languages

Language:Shell 100.0%