brew install docker
&&brew install boot2docker
.boot2docker download
to get the lastest server iso.boot2docker init
to host it to VitualBox.boot2docker up
to start the boot2docker-vm. follow console and set environment variables. if you have AnyConnect VPN,DOCKER_HOST
should be set totcp://127.0.0.1:2376
and runVBoxManage controlvm boot2docker-vm natpf1 "docker,tcp,127.0.0.1,2376,,2376"
docker version
to check anything is ok.
Created
November 1, 2014 08:17
-
-
Save morlay/6d2b7e6f96e83050836e to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment