Skip to content

jjbubudi/vagrant-docker-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Setting up NFS share folder using the official boot2docker VM is a lot of work. Thanks to yungsang we have a vagrant box that allows us to do this easily. This Vagrantfile configures a VM that shares your $HOME folder so that you can link your volumes as if your OSX machine was your actual Docker host.

Prerequisite

  1. Only Mac OSX is supported
  2. Vagrant 1.6+
  3. Docker client (via homebrew)

Booting the VM

export DOCKER_HOST=tcp://localhost:2375
vagrant up

Test it out

docker run -it --rm -v $HOME:/code ubuntu:latest bash # you can change it to anything under your $HOME as well

License

MIT

About

Vagrant Docker host with NFS support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published