Define and run multi-container applications with Docker
Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how the 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.
About update and backward compatibility
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). The installation instructions for Compose V2 differ from V1. V2 is not a standalone binary anymore, and installation scripts will have to be adjusted. Some commands are different.
For a smooth transition from legacy docker-compose 1.xx, please consider installing compose-switch to translate docker-compose ... commands into Compose V2's docker compose .... . Also check V2's --compatibility flag.
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / docker-compose
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Virtualization:containers/docker-compose && cd $_
- Create Badge
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000808 808 Bytes | |
_servicedata | 0000000231 231 Bytes | |
compose-2.23.3.obscpio | 0001528332 1.46 MB | |
compose.obsinfo | 0000000097 97 Bytes | |
docker-compose.changes | 0000051975 50.8 KB | |
docker-compose.spec | 0000002614 2.55 KB | |
vendor.tar.gz | 0010043970 9.58 MB |
Comments 0