Docker 1.10.0rc3 with Compose, Machine and Xhyve on OSX
The steps below will uninstall docker, docker-machine and docker-compose under OSX using virtualbox (via either brew or toolbox, or both), and replace them with the latest RC versions of docker, compose and machine using the Xhyve driver for better performance under OSX using Hypervisor.framework.
If you don’t have homebrew already, install it
make sure old docker versions are removed
Remove toolbox via its uninstaller if you have it:
…as well as remove any versions installed via brew
install docker OSX client v1.10.0-rc3
install machine v0.6.0-rc3
install compose v1.6.0-rc2 (rc3 not out as of writing)
install xhyve
install docker xhyve driver v0.2.2
create default docker machine using docker v1.10.0-rc3 boot2docker iso
Remove old default machine if it exists:
Install the new default machine using the rc3 boot2docker iso:
start docker-machine
If you used the machine name “default”, there’s no need to specify the default machine in 1.6.
Comments