mirror of
https://github.com/containers/podman.git
synced 2026-07-19 03:32:00 -04: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>
13 lines
446 B
Plaintext
13 lines
446 B
Plaintext
## 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
|