- Docker Machine + Docker. Install Docker Toolbox
- curl
- A Virtualbox-driven Docker Machine called "default"
docker-machine create --driver virtualbox default(this is the default with Docker toolkit).
To install:
$ sh -c "$(curl -fsSL https://gist.githubusercontent.com/astrohckr/0d5303b787a449cd564f/raw/install.sh)"To uninstall:
$ sh -c "$(curl -fsSL https://gist.githubusercontent.com/astrohckr/0d5303b787a449cd564f/raw/uninstall.sh)"Based on this