compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description On change of inline config in yaml, I'm not getting the new content on rerun. I need an explicit option `--force-recreate` or to do a `docker compose down`...
@derNiklaas: I have stumbled upon a similar issue, but what I discovered was that I had two services setup towards a docker network, with one of the services configured with...
### Description Current behavior: Running `docker compose create` and `docker compose --verbose create` silently fail to use a local image, and then loudly fail downstream when it can't pull that...
This is a good feature that lends itself to a GitOps approach to remote Docker Compose deployments. However I think this should be a toggle, especially with secrets. For example,...
### Description According to `https://docs.docker.com/compose/compose-file/12-interpolation/`: > Values in a Compose file can be set by variables and interpolated at runtime. Compose files use a Bash-like syntax ${VARIABLE}. Both $VARIABLE and...
### Description I used the doker in conjunction with windows 10 and vs-code. I experimented with the "name:" parameter in docker-compose.yml" file, and when I entered a name there with...
### Description May I ask if docker-compose does not support Tab completion command anymore? The previously configured command doesn't seem to work properly now
### Description I have a service that runs on a single GPU. If I have multiple GPUs available, I would like to create one replica of this service for each...
### Description "Normal" docker already does this. See the usage for `docker port`: ``` $ docker port --help Usage: docker port CONTAINER [PRIVATE_PORT[/PROTO]] ``` However `docker compose` differs: ``` $...
### Description Today I and some of my colleagues started experiencing this error: ```cmd % docker-compose up [+] Building 0.0s (0/0) docker:desktop-linux unsupported opentelemetry exporter None ``` ### Steps To...