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 367a1cc commit ae11911Copy full SHA for ae11911
prompts/examples/explain_dockerfile.md
@@ -19,7 +19,7 @@ tools:
19
description: Path of the folder to delete
20
container:
21
image: vonwig/bash_alpine
22
- mounts:
+ volumes:
23
- "{{path|safe}}:/dockerfile:ro"
24
command:
25
- "cat /dockerfile"
@@ -32,7 +32,7 @@ arguments:
32
33
# prompt user
34
35
-Start by fetching the Dockerfile located at /dockerfile.
+Start by fetching the Dockerfile located at the path /dockerfile.
36
37
After fetching the Dockerfile contents, explain the Dockerfile line by line.
38
0 commit comments