docs icon indicating copy to clipboard operation
docs copied to clipboard

Source repo for Docker's Documentation

Results 659 docs issues
Sort by recently updated
recently updated
newest added

### Proposed changes The «Experimental Features» settings section in Docker Desktop has been renamed to «Beta Features» (will be released in 4.13). These changes here update the relevant part of...

File: [build/building/multi-stage.md](https://docs.docker.com/build/building/multi-stage/) For multi-stage builds to be efficient you need to know what is inside your docker images including the official docker images. The advantages of using multi-stage builds relies...

area/Build

File: [compose/reference/envvars.md](https://docs.docker.com/compose/reference/envvars/) >COMPOSE_IGNORE_ORPHANS >When enabled, Compose doesn’t try to detect orphaned containers for the project. > >Supported values: >true or 1, to enable, >false or 0, to disable. >Defaults to:...

area/Compose

File: [engine/reference/commandline/stack_deploy.md](https://docs.docker.com/engine/reference/commandline/stack_deploy/) The options for `docker stack deploy --resolve-image` are not clearly defined. They are merely listed. Overall, resolve-image option is not descriptive enough. see: https://stackoverflow.com/questions/67268839/what-does-option-resolve-image-in-docker-stack-mean-exactly

area/Engine
area/CLI

### Problem description I'm trying to figure out if it is possible and, if so, what is the correct way to pass proxy settings to `docker buildx` through the `config.json`....

area/Networking

File: [engine/install/debian.md](https://docs.docker.com/engine/install/debian/) Please put gpg key into /etc/apt/trusted.gpg.d/

area/Engine

File: [engine/reference/commandline/exec.md](https://docs.docker.com/engine/reference/commandline/exec/) The format that is to be used in the file that is specified using `--env-file` is not obvious. Could use an example or a link to docs that...

area/Engine
area/CLI

### Proposed changes This adds a section documenting the `docker builder prune` command in the pruning documentation. ### Related issues (optional) Related: #15205 Fixes: #12236

area/Build

Adds a new utility called `release-notes` that I find more appealing and declarative for the end user, starting with build one. This utility can be reused by other projects. we...

area/Docs UX
area/Build