Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.
Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.
To install docker-machine, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install docker-machine
To see what files were installed by docker-machine, run:
port contents docker-machine
To later upgrade docker-machine, run:
sudo port selfupdate && sudo port upgrade docker-machine
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.