Why do we use Docker Machine?
0
There are two main uses of the docker Machine:
- Old Desktop: If we have an old desktop and we want to run Docker then we use Docker Machine to run Docker. It is likeinstalling a virtualmachine on an old hardwaresystemto runDockerengine.
- Remote Hosts: Docker Machine is also used to provision Docker hosts on remote systems. By using Docker Machine you can install Docker Engine on remote hosts and configure clients on them.
Sign in to add a comment
0 Answers
0
📝 No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.