mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
ee2e8fa089
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
17 lines
927 B
Text
17 lines
927 B
Text
Docker Compose v2 (Utility for running containers on 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 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.
|
|
|
|
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.
|
|
|
|
Warning: This SlackBuild requires network access when it runs, meaning
|
|
it downloads files from the Internet with root access. You should
|
|
decide for yourself whether or not you think this is a good idea.
|