compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description * Brief: Reference to the [documentation](https://docs.docker.com/compose/compose-file/build/) Since it's possible to support multi-arch builds in docker-compose.yml, Additionally reference to the [documentation](https://docs.docker.com/build/architecture/) ``` In newer versions of Docker Desktop and...
### Description I want the `docker-compose` to behave the same as the `docker` command. In this case it is to load all the configuration by default from `~/.docker/config.json`. At the...
### Description I have an .env file with an environment variable for the compose.yaml file. ``` HOSTDIR=/mnt/jenkins-test ``` .env file ``` name: test-jenkins services: jenkins-controller: working_dir: /var/jenkins_home user: root env_file:...
### Description The output of `docker compose up` overwhelms my terminal when my `compose.yaml`'s container count exceeds the terminal height. ### Steps To Reproduce * Create a `compose.yaml` file with...
### Description A few days ago, I tried to start my companies docker compose system and noticed that one service wasn't starting because Docker thinks the port was already in...
### Description Previously I had a Windows Server 2019 and I could start hundreds of containers without any issue. Now I'm trying to renew my environment with a Windows Server...
### Description - Apple Silicon - Docker Desktop 4.21.1 (114176) - Using VirtioFS Stopped working after updating Docker Desktop. `docker compose up` error that seems to reference a custom image...
### Description I wrote a Compose file yesterday, and hit that strange error the first time I tried to `docker compose up -d`: ``` $ docker compose up -d parsing...
Signed-off-by: Benjamin Balder Bach **What I did** I wondered about what happens to a container's environment when you launch commands via `exec`. Is it preserved or do I have to...
Signed-off-by: Ulysses Souza **What I did** **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation with what you did**