docker-machine

Create and manage Docker hosts locally and on cloud providers

brewmacoslinux
Try with needOr install directly
Source

About

Create Docker hosts locally and on cloud providers

Commands

docker-machine

Examples

Create a new Docker machine locally using VirtualBox$ docker-machine create --driver virtualbox my-machine
List all Docker machines and their status$ docker-machine ls
Connect shell to a Docker machine and set environment variables$ eval $(docker-machine env my-machine)