Last Updated: February 25, 2016
·
473
· wajatimur

Easy Configuration of Docker on OSX

After installing Boot2Docker using installer tools, run below post installation command.

docker run --rm -v ~/:/target nematix/boot2docker-tool && source ~/.profile

It will automatically configure docker and boot2docker to run along with the extra features.

Additional info can be access from here Github