This package browser is in early development. Mind the rough edges.

docker-compose 1.29.2

Multi-container orchestration for Docker

Docker Compose is a tool for defining and running multi-container Docker applications. A Compose file is used to configure an application’s services. Then, using a single command, the containers are created and all the services are started as specified in the configuration.

Installation

Install docker-compose 1.29.2 as follows:

guix install docker-compose@1.29.2

Or install the latest version:

guix install docker-compose

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.