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

File: [samples/rails.md](https://docs.docker.com/samples/rails/) The `Dockerfile` uses `ruby 2.5` however if you try to run this build you will find that an error is thrown: ``` #0 112.4 Fetching minitest 5.16.3 #0...

area/Samples

### Problem description I want to mount folder x on my laptop to folder y inside my container. It is not clear from the documentation whether I need `docker run...

area/Engine
area/CLI

File: [language/nodejs/develop.md](https://docs.docker.com/language/nodejs/develop/) In the section `Use Compose to develop locally`, a docker-compose file is shown which mounts the app directory into the container to be able to change the code...

area/get-started

The Dockerfile used in the section "Custom build outputs" is invalid. The following scenario fails **GIVEN** I'm using the following Dockerfile ```Dockerfile FROM golang AS build-stage RUN go get -u...

area/Build

File: [network/macvlan.md](https://docs.docker.com/network/macvlan/) Hello, I just got done working through an issue with a vShpere integration and the below statement is correct for requiring 'promiscuous mode' however after allot of troubleshooting...

area/Networking

I found a broken link : https://docs.docker.com/compose/install/compose-plugin/

status/need-more-info

### Proposed changes Added a note to compose docs that absolute path can be set with secret long syntax. This has been supported by the engine for a while. ###...

area/Compose

### Proposed changes I was installing docker with GPU support and I notice that installing only `nvidia-container-runtime` doesn't install the runtime hook. I added `nvidia-container-toolkit` installation that includes the runtime...

area/configuration

### Proposed changes I found a line in sample code that needed a line break, so I fixed it. ### Related issues (optional)

area/storage