Define and run multi-container applications with Docker
Compose is a tool for defining and running multi-container applications with Docker. With Compose, you define a multi- container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.
Compose is a tool for defining and running multi-container applications with Docker. With Compose, you define a multi- container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.
To install docker-compose, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install docker-compose
To see what files were installed by docker-compose, run:
port contents docker-compose
To later upgrade docker-compose, run:
sudo port selfupdate && sudo port upgrade docker-compose
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.