compose
compose copied to clipboard
Define and run multi-container applications with Docker
**Description** Weird/BC break behavior of docker compose exec compared to previous/python implementation. **Steps to reproduce the issue:** 1. docker compose exec aService aCommandThatTryToWriteOnTTY **Describe the results you received:** PANIC! In...
**What I did** Add completion command and fix convert To test, you can trigger the completions with the following example: 1. Create a compose file with the following content: `compose.yaml`...
**Description** I have a Fedora 36 uptodate with Docker rootless installation and docker-compose-plugin from official repo. I have a error to build or up with build projects in v2 who...
**Description** Can be reelated somehow to: - https://github.com/docker/compose/issues/9853 - https://github.com/docker/compose/pull/9729 I got some docker-compose configuration for legacy project in which I need to run `percona` which doesn't support my M1...
Setting... ``` version: "3.8" services: my_service: logging: driver: none ``` ...still shows output to the console since docker-compose V2.
**Description** Docker-compose v2 does something to stderr on macOS. We're using Monterey / Darwin / Intel, 12.1 (21C52), kernel 21.2.0 as our operating system, and Docker Desktop with a project...
**Description** After downing containers with `docker-compose down --remove-orphans`, the next `up` or `run` usually works out fine, but sometimes it fails. I suspect this is due to some sort of...
**Description** **Steps to reproduce the issue:** 1. create stub `Dockerfile` and `docker-compose.yml`, e.g. ```Dockerfile FROM hello-world ``` ```yaml services: hello: build: context: "." dockerfile: Dockerfile ``` 2. Run `docker-compose build...
For example i have the following service ``` web: build: context: docker/fpm dockerfile: Dockerfile args: MY_VARIABLE_STATUS: ${VARIABLE_NOT_FROM_ENV} ``` I want ```VARIABLE_NOT_FROM_ENV``` being resolved not from .env file and ALSO i...
**Is your feature request related to a problem? Please describe.** Portainer currently depend on object labels to control user access permission, all volume, container, service, network now work well with...