Define and run multi-container applications with Docker
A tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how one or more containers that make up your application are configured. Once you have a Compose file, you can create and start your application with a single command: docker compose up.
A tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how one or more containers that make up your application are configured. Once you have a Compose file, you can create and start your application with a single command: docker compose up.
To install docker-compose-plugin, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install docker-compose-plugin
To see what files were installed by docker-compose-plugin, run:
port contents docker-compose-plugin
To later upgrade docker-compose-plugin, run:
sudo port selfupdate && sudo port upgrade docker-compose-plugin
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.