compose
compose copied to clipboard
Define and run multi-container applications with Docker
Bumps [tags.cncf.io/container-device-interface](https://github.com/cncf-tags/container-device-interface) from 1.0.1 to 1.1.0. Release notes Sourced from tags.cncf.io/container-device-interface's releases. CDI Specification v1.1.0 What's Changed SPEC.md: minor grammar fix in error handling section. by @klihub in cncf-tags/container-device-interface#273 Remove...
**What I did** avoid use of hard-coded ANSI sequence, adopt morikuni/aec to align with docker/cli **Related issue** blocked by https://github.com/morikuni/aec/pull/5 **(not mandatory) A picture of a cute animal, if possible...
### Description According the [OCI Distribution spec v1.1 "Backwards compatibiltiy"](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#backwards-compatibility) section: > Client implementations MUST support registries that implement partial or older versions of the OCI Distribution Spec. This section...
### Description After upgrading to Docker Compose v5.0.0, `docker compose up -d` shows inconsistent output. Running the command multiple times shows different containers each time, or no output at all,...
### Description The `docker compose run` command has the ability to add a label to the service. It would be nice to have that same ability when launching the entire...
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.18.0 to 0.19.0. Commits 2a180e2 errgroup: use consistent read for SetLimit panic See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...
### Description ``` pull_policy: always ``` Reference: https://github.com/Dokploy/dokploy/issues/3127 Pull policy doesn't check for latest image when :latest or :alpine tags are being used. ### Docker Environment ```Text Docker 29.0.2 Ubuntu...
### Description After running `docker compose up`, it would be great to have an option to re-run the "compose up" to apply changes in the Compose file without having to...
- [x] depends on https://github.com/docker/compose/pull/13278 - testing https://github.com/moby/moby/pull/50280 - testing https://github.com/docker/cli/pull/6196 - testing https://github.com/docker/buildx/pull/3326 **What I did** **Related issue** **(not mandatory) A picture of a cute animal, if possible in...
### Description Hi, I upgraded from 2.40.2 to 2.40.3: APT-Log: ``` Upgrade: docker-compose-plugin:amd64 (2.40.2-1~ubuntu.24.04~noble, 2.40.3-1~ubuntu.24.04~noble) ``` Since the upgrade the networking seems to be completely broken. Services cant reach each...