Package : docker-compose

Package details

Summary: Multi-container orchestration for Docker

Description:
Multi-container orchestration for Docker

Docker-compose allows you to:
- Define your application's environment with Docker so it can be reproduced
anywhere.
- Define the services that make up your app so they can be run together in an
isolated environment.
- Run 'docker-compose up', and docker-compose will start and run your entire
app.


URL: https://www.docker.com/
License: ASL 2.0

Maintainer: bcornec

List of RPMs