compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description ## ✏️ Pull Request Description ### What This PR adds: ``` docker-compose up --no-ports-bind ``` to **skip `ports:` host bindings in `docker-compose.yml` during container creation**. --- ### Why...
### Description Standard terminal size of 80x24: Even ignoring the fact that there's plenty of space left, "d" and "ng" are shorter than "..." so should not be truncated if...
### Description When running commands like `docker compose exec containername mysql... | less` you've got to press keys twice (or more) for them to take effect. ### Steps To Reproduce...
### Description Previously we were able to force compose to colour its output with `--ansi=always` when piping but this now now fails with `failed to get console: provided file is...
`docker compose up` creates folder named as secret file when file does not exist ``` > docker compose version Docker Compose version v2.40.0-desktop.1 > docker compose up ``` ``` name:...
**What I did** This PR resolves issue #13341 by automatically setting default `model_var` and `endpoint_var` values for services that use models but don't explicitly define these variables **Related issue** https://github.com/docker/compose/issues/13341
### Description I encountered a `nil pointer evaluating interface {}.endpoint_var` error when using Docker Compose Bridge to convert my `docker-compose.yml` file into Kubernetes manifests. The issue occurs when the `models`...
### Description If my container exits early (e.g. due to a compile error), file delete events don't properly trigger a sync+restart. Instead I get this error message: ``` WARN[0232] Error...
**What I did** Scorecard asks for dependencies to be pinned (github-actions as Docker images), this focus on github-actions. It provides the commits number to the used actions. It also updates...
full diff: https://github.com/docker/cli/compare/v28.5.1...v29.0.0-rc.1