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 6a2a7d0 commit 62ac286Copy full SHA for 62ac286
prompts/examples/docker.md
@@ -14,4 +14,6 @@ tools:
14
image: docker:latest
15
command:
16
- "{{args|into}}"
17
+ volumes:
18
+ - "/var/run/docker.sock:/var/run/docker.sock"
19
---
0 commit comments