Skip to content

Commit d696024

Browse files
authored
Fix Documentation not displaying properly for 'Docker wormhole pattern' (#4658)
Fixes #4656
1 parent 0654ef6 commit d696024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/supported_docker_environment/continuous_integration/dind_patterns.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ $ docker run -it --rm -v $PWD:$PWD -w $PWD -v /var/run/docker.sock:/var/run/dock
2727
```
2828

2929
Where:
30+
3031
* `-v $PWD:$PWD` will add your current directory as a volume inside the container
3132
* `-w $PWD` will set the current directory to this volume
3233
* `-v /var/run/docker.sock:/var/run/docker.sock` will map the Docker socket

0 commit comments

Comments
 (0)