0 votes
in Docker by
What is Docker Machine?

1 Answer

0 votes
by
Docker machine is a tool that lets you install Docker Engine on virtual hosts. These hosts can now be managed using the docker-machine commands. Docker machine also lets you provision Docker Swarm Clusters.
...