Files
podman/test/e2e/quadlet/comment-with-continuation.container
Ygal Blum fc25a3a5fc Quadlet - prefer "param val" over "param=val" to allow env expansion
When possible use a generic function to add strings and booleans
Adjust tests

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
2024-10-01 18:01:05 -04:00

22 lines
593 B
Plaintext

## assert-podman-final-args localhost/imagename:latest
## assert-podman-args --publish 9091:9091
## assert-podman-args "--name" "greatName"
[Unit]
Wants=network-online.target
After=network-online.target
# -e HOST_WHITELIST= `#optional` \
[Container]
# Image=localhost/otherimagename:latest
Image=localhost/imagename:latest
ContainerName=greatName
# HostName=my-hostname
Label=io.containers.autoupdate=registry
Environment=PUID=1000 PGID=100 SEED_RATIO=1.3 TZ=Europe/Prague
Volume=./.config:/config
Volume=./downloads:/downloads
# -v /path/to/watch/folder:/watch \
PublishPort=9091:9091