compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description I'm attempting to build a service from a git repo. This build works when using `docker build -f Dockerfile.client .`, but does not when running `docker compose -d...
**What I did** Some docstrings and help strings ends with a trailing dot, but most of do not. Current state is that even `docker compose` output lists some args and...
### Description Trying to "down" a compose over ssh will fail It needs to be two or more services inside the compose (one services works) Similar issue here : https://github.com/docker/compose/issues/9185...
### Description My goal was to write a minimal Dockerfile and docker-compose.yml, which would print "Hello World" to stdout when I run `docker compose up`. When the Dockerfile and docker-compose.yml...
For this sample compose file ```yaml services: my-app: image: my-image:0.1 his-app: image: his-image:0.1 ``` Compose creates my-app-1 container for my-app with host-name as container-id say `rndmcntrid` This container is reachable...
### Description My use case is building/deploying from a Windows client on/to remote Linux Engine instances. I have been using compose 2.16.0 successfully for a long time until I decided...
### Description I use testcontainers. And there was a need to use docker-compose, which contains a service that runs through dockerfile. An error appears in opentelemetry at startup The problem...
### Description It would be great if the docker-compose dry-run outputs had a flag to output a json blob at the end of their run with the information about proposed...
**What I did** example use for https://github.com/compose-spec/compose-go/pull/506
### Description Currently, a compose file (and docker itself naturally as well) can define an IP address to map a port to the outside. This is fine, however compose files...