Skip to content

Commit 62ac286

Browse files
Update docker prompt (#266)
* Add /var/run/docker.sock for this MCP
1 parent 6a2a7d0 commit 62ac286

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prompts/examples/docker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ tools:
1414
image: docker:latest
1515
command:
1616
- "{{args|into}}"
17+
volumes:
18+
- "/var/run/docker.sock:/var/run/docker.sock"
1719
---

0 commit comments

Comments
 (0)