We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0654ef6 commit d696024Copy full SHA for d696024
docs/supported_docker_environment/continuous_integration/dind_patterns.md
@@ -27,6 +27,7 @@ $ docker run -it --rm -v $PWD:$PWD -w $PWD -v /var/run/docker.sock:/var/run/dock
27
```
28
29
Where:
30
+
31
* `-v $PWD:$PWD` will add your current directory as a volume inside the container
32
* `-w $PWD` will set the current directory to this volume
33
* `-v /var/run/docker.sock:/var/run/docker.sock` will map the Docker socket
0 commit comments