We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76da192 commit 8067fdaCopy full SHA for 8067fda
1 file changed
README.md
@@ -83,7 +83,7 @@ as the image *will* be changed by you interacting with it, even if only subtly (
83
To use, you have to slightly modify the docker call:
84
85
```
86
-docker run -it --rm --privileged /path/to/image.img:/image.img ghcr.io/octoprint/custopizer:latest /CustoPiZer/enter_image /image.img
+docker run -it --rm --privileged -v /path/to/image.img:/image.img ghcr.io/octoprint/custopizer:latest /CustoPiZer/enter_image /image.img
87
88
89
## Running from a GitHub Action
0 commit comments