docs
docs copied to clipboard
Source repo for Docker's Documentation
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...
### 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...
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...
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...
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...
I found a broken link : https://docs.docker.com/compose/install/compose-plugin/
### 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. ###...
### 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...
### Proposed changes I found a line in sample code that needed a line break, so I fixed it. ### Related issues (optional)