How To Provision and Manage Remote Docker Hosts with Docker Machine on CentOS 7
Docker Machine is a tool that makes it easy to provision and manage multiple Docker hosts remotely from your personal computer. Such servers are commonly referred to as Dockerized hosts, and as a matter of course, can be used to run Docker containers. In this tutorial, we’ll install Docker Machine on your local machine running CentOS 7 and use it to provision Dockerized cloud servers.