Container-Compose brings (limited) Docker Compose support to Apple Container, allowing you to define and orchestrate multi-container applications on Apple platforms using familiar Compose files. It parses docker-compose.yml files and supports .env files, service dependencies, and volume and network mapping on top of Apple's native container runtime.
Container-Compose brings (limited) Docker Compose support to Apple Container, allowing you to define and orchestrate multi-container applications on Apple platforms using familiar Compose files. It parses docker-compose.yml files and supports .env files, service dependencies, and volume and network mapping on top of Apple's native container runtime.
To install container-compose, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install container-compose
To see what files were installed by container-compose, run:
port contents container-compose
To later upgrade container-compose, run:
sudo port selfupdate && sudo port upgrade container-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.