mirror of
https://github.com/containers/podman.git
synced 2026-06-07 07:15:59 -04:00
This lets you add custom device nodes into the container Signed-off-by: Alexander Larsson <alexl@redhat.com>
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
## assert-podman-args --device=/dev/fuse
|
|
## assert-podman-args --device=/dev/loop0:r
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
AddDevice=/dev/fuse
|
|
AddDevice=/dev/loop0:r
|