Utilities for the open-source application container engine
Docker is an open source project to pack, ship and run any application as a lightweight container. This port contains command line utilities for interacting with Docker, but not the core daemon.
Docker is an open source project to pack, ship and run any application as a lightweight container. This port contains command line utilities for interacting with Docker, but not the core daemon.
To install docker, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install docker
To see what files were installed by docker, run:
port contents docker
To later upgrade docker, run:
sudo port selfupdate && sudo port upgrade docker
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.