compose icon indicating copy to clipboard operation
compose copied to clipboard

Define and run multi-container applications with Docker

Results 569 compose issues
Sort by recently updated
recently updated
newest added

### 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...

kind/bug
area/networking

**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...

dependencies

### 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...

kind/feature

### Description ![image](https://github.com/user-attachments/assets/87a45b3e-b38b-4a4d-9d48-5e9cdf194998) ### 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,...

kind/bug
area/tty

### 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...

kind/feature

### 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...

kind/bug
area/watch

### 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...

kind/bug

## 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...