Guide To Install docker-machine On Mac using Brew
Package Information:
Name: docker-machine
Use: Create Docker hosts locally and on cloud providers
Learn Docker From Scratch – “Docker – Course From Zero To Hero”
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 Azure, AWS, or DigitalOcean.
URL: https://docs.docker.com/machine
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install docker-machine using brew
brew install docker-machine
docker-machine is ready to use now! Want to Learn more about Docker. Here is a free course: Docker Course Playlist