bwestrich / docmac

Install docker on Mac including VirtualBox and boot2docker dependencies with one simple command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docmac

Install docker on Mac including VirtualBox and boot2docker dependencies with one simple command.

Requires brew and will install it if it isn't found.

With npm do

npm i -g docmac && docmac

With curl do

curl -L https://raw.github.com/bwestrich/docmac/master/bin/docmac.sh | sh

docmac

Resources

Most of the bin scripts have been adapted from these installation instructions

About

Install docker on Mac including VirtualBox and boot2docker dependencies with one simple command.

License:MIT License


Languages

Language:Shell 85.7%Language:JavaScript 14.3%