Skip to content

Commit 8067fda

Browse files
authored
Add a missing -v
Thanks to @peterus for the heads-up! Fixes #4
1 parent 76da192 commit 8067fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ as the image *will* be changed by you interacting with it, even if only subtly (
8383
To use, you have to slightly modify the docker call:
8484

8585
```
86-
docker run -it --rm --privileged /path/to/image.img:/image.img ghcr.io/octoprint/custopizer:latest /CustoPiZer/enter_image /image.img
86+
docker run -it --rm --privileged -v /path/to/image.img:/image.img ghcr.io/octoprint/custopizer:latest /CustoPiZer/enter_image /image.img
8787
```
8888

8989
## Running from a GitHub Action

0 commit comments

Comments
 (0)