compose
compose copied to clipboard
Define and run multi-container applications with Docker
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.22 to 1.7.23. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.23 Welcome to the v1.7.23 release of containerd! The twenty-third patch release for containerd 1.7 contains various...
The addition of `--wait` (#8777) was nice. But it would be especially helpful in CI/CD environments if the logs were streamed during the "wait". For example, I'm trying to start...
**What I did** Adding subcommand `docker compose tag` with the following options: - `--template string`: the tag template which can leverage the following variables : - `{{ .ServiceName }}` -...
### Description Hi 👋 I'm trying (this "cmd") `docker compose up --watch --build` as I'm developing. All the necessary images are downloaded (pulled) in my machine. Still, it fails to...
**What I did** This pull request adds support to pass in `--env-file` to `docker compose run` command. Behavior of the option: If you pass env-file from CLI it overrides the...
**What I did** use cleaned paths as volume target so we can't safely retrieve volume by target **Related issue** requires https://github.com/compose-spec/compose-go/pull/697 fix https://github.com/docker/compose/issues/11345 **(not mandatory) A picture of a cute...
Experiencing issue that I get errors when binding a port to a container, but the error only happens when my container is connected to multiple networks. This is the error...
NOTE: this is different than the `.env` file that is read by docker-compose commands and used for substitutions in the composition file... first mentioned here: https://github.com/docker/compose/issues/6170#issuecomment-673914083 --- We generate an...
These two issues has been closed for duplicity and then for staleness respectively. - https://github.com/docker/compose/issues/5873 - https://github.com/docker/compose/issues/883 We don't have a right to reopen it while the problem persists, so...
**Is your feature request related to a problem? Please describe.** I have several applications with their own Dockerfile within one project and in order to build, launch and test them...