Source: docker-compose Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Nicolas Peugnet , Reinhard Tartler , Build-Depends: debhelper-compat (= 13), dh-exec, dh-sequence-golang, golang-any, golang-github-acarl005-stripansi-dev, golang-github-alecaivazis-survey-dev, golang-github-buger-goterm-dev, golang-github-compose-spec-compose-go-dev, golang-github-containerd-containerd-dev (>= 2.0), golang-github-containerd-errdefs-dev, golang-github-containerd-platforms-dev, golang-github-davecgh-go-spew-dev, golang-github-defanglabs-secret-detector-dev, golang-github-distribution-reference-dev, golang-github-docker-buildx-dev (>= 0.29.1), golang-github-docker-cli-docs-tool-dev, golang-github-docker-docker-dev (>= 28), golang-github-docker-go-connections-dev, golang-github-docker-go-units-dev, golang-github-eiannone-keyboard-dev, golang-github-fsnotify-fsnotify-dev, golang-github-go-viper-mapstructure-dev, golang-github-google-go-cmp-dev, golang-github-google-uuid-dev, golang-github-gotestyourself-gotest.tools-dev , golang-github-hashicorp-go-version-dev, golang-github-jonboulle-clockwork-dev, golang-github-mattn-go-shellwords-dev, golang-github-mitchellh-go-ps-dev, golang-github-moby-go-archive-dev, golang-github-moby-patternmatcher-dev, golang-github-moby-sys-dev, golang-github-moby-term-dev, golang-github-morikuni-aec-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-otiai10-copy-dev, golang-github-sirupsen-logrus-dev, golang-github-skratchdot-open-golang-dev, golang-github-spf13-cobra-dev, golang-github-spf13-pflag-dev, golang-github-stretchr-testify-dev (>= 1.10.0), golang-go.uber-mock-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-google-grpc-dev, golang-gopkg-yaml.v3-dev, golang-opentelemetry-contrib-dev, golang-opentelemetry-otel-dev, golang-tags.cncf-container-device-interface-dev, golang-uber-goleak-dev, Build-Conflicts: golang-google-grpc-dev (>> 1.66.99), golang-opentelemetry-contrib-dev (>> 1), golang-k8s-sigs-structured-merge-diff-dev (>> 5), Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/docker-compose Vcs-Git: https://salsa.debian.org/go-team/packages/docker-compose.git Homepage: https://github.com/docker/compose XS-Go-Import-Path: github.com/docker/compose Package: docker-compose Section: admin Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Recommends: docker-cli, Conflicts: docker-compose-plugin, Static-Built-Using: ${misc:Static-Built-Using} Description: Define and run multi-container applications with Docker (program) Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format (https://compose-spec.io). 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