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.
2 parents 5b618b8 + a21e3bc commit 03d1a06Copy full SHA for 03d1a06
docs/src/bootc-install.md
@@ -53,7 +53,7 @@ to an existing system and install your container image. Failure to run
53
Here's an example of using `bootc install` (root/elevated permission required):
54
55
```bash
56
-podman run --rm --privileged --pid=host -v /var/lib/containers:/var/lib/containers --security-opt label=type:unconfined_t <image> bootc install to-disk /path/to/disk
+podman run --rm --privileged --pid=host -v /var/lib/containers:/var/lib/containers -v /dev:/dev --security-opt label=type:unconfined_t <image> bootc install to-disk /path/to/disk
57
```
58
59
Note that while `--privileged` is used, this command will not perform any
0 commit comments