brew cask install boot2docker
boot2docker init
boot2docker up
boot2docker ssh
docker run -i -t -v /var/run/docker.sock:/docker.sock shipyard/deploy setup
docker run -i -t -v /var/run/docker.sock:/docker.sock \
-e IP=`ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{print $1;}'` \
-e URL=http://$BOOT2DOCKERIP:8000 -p 4500:4500 shipyard/agent
boot2docker ssh -NCL 8000:localhost:8000
Visit http://localhost:8000/, login with admin/shipyard
VBoxManage controlvm boot2docker-vm natpf1 "shipyard,tcp,127.0.0.1,8000,,8000" will forward the port on the VM