compose
compose copied to clipboard
Define and run multi-container applications with Docker
### Description hi i've been reading through all the documentation and i'm struggling on how to define which networks in docker compose become the default gateway from googling i can...
**What I did** Add a command to generate a compose file from a containers list `docker compose alpha generate CONTAINER_NAME or CONTAINER_ID` Missing pieces: - Config support - Container ressource...
**What I did** **Related issue** **(not mandatory) A picture of a cute animal, if possible in relation to what you did**
Bumps [go.uber.org/mock](https://github.com/uber/mock) from 0.4.0 to 0.5.0. Release notes Sourced from go.uber.org/mock's releases. v0.5.0 0.5.0 (15 Oct 2024) Added #153[]: Add --write_command_comment flag to specify whether to include Generated by this...
### Description ## Description The current tracing implementation for Docker Compose projects can be optimized for better performance. The goal of this enhancement is to reduce memory allocations, improve slice...
### Description  ### Steps To Reproduce 1. Set up a Pi from ground up, latest image. Sett language to Norwegian bokmål. 2. Install Docker. 3. Start up a container,...
### Description The files uploaded in [release page](https://github.com/docker/compose/releases) is uncompressed, which will need more network bandwith and time to download. For example, using normal zip format could reduce to 1/3...
### Description I'm using the following in my project: ``` yaml develop: watch: - action: sync+restart path: ./cmd/interface target: /app/cmd/interface - action: sync+restart path: ./internal target: /app/internal - action: rebuild...
### Description I have 2 containers created from the same service `server`. One with backend, second with tests. I want to exec into backend container. ```CONTAINER ID IMAGE COMMAND CREATED...
## Summary This pull request optimizes the OpenTelemetry tracing functionality for Docker Compose projects. Key improvements include: - Pre-allocating slices in `ProjectOptions`, `ServiceOptions`, and `ContainerOptions` to minimize memory allocations and...