mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 04:09:36 +00:00
This lets you add custom device nodes into the container Signed-off-by: Alexander Larsson <alexl@redhat.com>
7 lines
167 B
Text
7 lines
167 B
Text
## assert-podman-args --device=/dev/fuse
|
|
## assert-podman-args --device=/dev/loop0:r
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
AddDevice=/dev/fuse
|
|
AddDevice=/dev/loop0:r
|