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

I found a broken link : https://docs.docker.com/desktop/mac/previous-versions/undefined I arrived on this page through: https://docs.docker.com/desktop/mac/previous-versions/

status/need-more-info

File: [network/proxy.md](https://docs.docker.com/network/proxy/) Most corporate HTTP proxies use a self-signed CA certificate, allowing traffic interception. However, the Docker proxy docs make no mention of certificates. AFAIK, for such proxies to work...

area/Networking

File: [language/java/build-images.md](https://docs.docker.com/language/java/build-images/) Every time I run `docker build --tag java-docker .` I get this error: ``` Downloaded from central: https://repo.maven.apache.org/maven2/org/ehcache/ehcache/3.10.0/ehcache-3.10.0.jar (1.8 MB at 3.1 MB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE...

area/get-started
status/need-more-info

File: [get-started/04_sharing_app.md](https://docs.docker.com/get-started/04_sharing_app/) When I follow the Getting started guide on M1 Mac, it builds and pushed to Docker hub the image based on linux/arm64 architecture. When I try to use...

area/get-started

### Proposed changes After installing (and using) docker rootless, I had a ~/.docker directory that I needed to delete since I was getting `Current context "rootless" is not found on...

area/Engine
area/CLI

Change the install order to make the docker service start during docker-ce installation ### Proposed changes Changed the install order of Ubuntu apt packages to make the docker systemctl service...

area/Engine
area/Install
status/need-more-info

### Proposed changes Added documentation for the new `--installation-dir` flag for the Windows Docker Desktop installer. This will be released in Docker Desktop 4.13. ### Related issues (optional) First step...

area/Desktop

File: [engine/reference/commandline/image_rm.md](https://docs.docker.com/engine/reference/commandline/image_rm/) should be the same as https://docs.docker.com/engine/reference/commandline/rmi/, since they are each describing the same command, just different alias. Otherwise, the knowledge a reader has access to depends on the...

area/Engine

While working on another PR I found out there are liquid warnings introduced by https://github.com/docker/docker.github.io/pull/15494 in the logs: https://github.com/docker/docker.github.io/runs/8288660605?check_suite_focus=true#step:4:491 ``` #15 44.17 Liquid Warning: Liquid syntax error (line 59): Expected...

area/Docs UX

This step was missing from the optimize docker build using cache, without it the build fails with the following error message ``` Error: buildx failed with: ERROR: cache export feature...

area/Build