Docker Machine
Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage the hosts with docker-machine commands. You can use Machine to create Docker hosts on your local Mac or Windows box, on your company network, in your data center, or on cloud providers like AWS or Digital Ocean.
Install
$ curl -L https://github.com/docker/machine/releases/download/v0.7.0/docker-machine-uname -s
–uname -m
> /usr/local/bin/docker-machine && \ chmod +x /usr/local/bin/docker-machine
https://github.com/janeczku/docker-machine-vultr https://docs.docker.com/machine/get-started/ https://github.com/janeczku/docker-machine-vultr