mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 11:25:45 +00:00
These are both slow (trigger loading alias files) and risky (its not clear which image you mean). Signed-off-by: Alexander Larsson <alexl@redhat.com>
12 lines
446 B
Text
12 lines
446 B
Text
## assert-podman-args -v /host/dir:/container/volume
|
|
## assert-podman-args -v /host/dir2:/container/volume2:Z
|
|
## assert-podman-args -v named:/container/named
|
|
## assert-podman-args -v systemd-quadlet:/container/quadlet localhost/imagename
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
Volume=/host/dir:/container/volume
|
|
Volume=/host/dir2:/container/volume2:Z
|
|
Volume=/container/empty
|
|
Volume=named:/container/named
|
|
Volume=quadlet.volume:/container/quadlet
|