compose
compose copied to clipboard
Define and run multi-container applications with Docker
**What I did:** I got a bit curious from what we discussed regarding a PoC using Cucumber, so I started playing around with it! It needs a ton of refactoring/reorganizing...
…r the service.plaform one if no build platforms provided **What I did** During a `compose up` when the `DOCKER_DEFAULT_PLATFORM` isn't set, the platform list is reset and the `service.platform` defined...
**Description** Problem with external network when executing the command "docker compose down" **Steps to reproduce the issue:** ``` docker compose -f lubimovka_frontend_develop_deploy.yml --env-file /usr/local/src/develop/.github_vars down [+] Running 0/0 ⠿ Network...
## Description of the issue A bad build target in used on containers up when working with multiple compose files. Seems like the image check doesn't consider the `build.target` value....
**What I did** Refactor contains functions
**Is your feature request related to a problem? Please describe.** README.md available at https://hub.docker.com/r/docker/compose is obsolete and far away from https://github.com/docker/compose/blob/master/README.md. **Describe the solution you'd like** README.md at https://hub.docker.com/r/docker/compose should...
**Description** Currently Docker Compose v2.5.0 provides a command call `docker compose images` which will list the images / containers within dedicated `docker-compose.yml` file. There is currently no way to use...
Hi everybody, Is it normal that abort-on-container-exit option of the up command is not working if a service is given for example: docker-compose up --abort-on-container-exit web doesn't stop the db...
**Description** I upgraded from Mac Docker Desktop 4.5.0 to 4.6.0 and some of my docker workflows broke. In a situation with services split across two configuration files and services in...
**Description** **Steps to reproduce the issue:** 1. win10 Docker Desktop v4.10.0 2. $ docker compose version 3. display 'compose' is not a docker command **Describe the results you received: Docker...