We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc69133 commit ed4b8b1Copy full SHA for ed4b8b1
README.md
@@ -111,7 +111,7 @@ docker run --rm -v ${PWD}:/opt cycloid/inframap generate /opt/terraform.tfstate
111
or if you use docker and want to have the images generated already, the docker image has the `graphviz` lib installed:
112
113
```shell
114
-docker run --rm -v ${PWD}:/opt --entrypoint "/bin/ash" inframap -c './inframap generate /opt/PATH_TO_HCL_STATE | dot -Tpng > /opt/graph.png'
+docker run --rm -v ${PWD}:/opt --entrypoint "/bin/ash" cycloid/inframap -c './inframap generate /opt/PATH_TO_HCL_STATE | dot -Tpng > /opt/graph.png'
115
```
116
117
and the generated image will be on `$PWD/graph.png`
0 commit comments