mirror of
https://github.com/containers/podman.git
synced 2025-12-04 04:09:40 +08:00
When possible use a generic function to add strings and booleans Adjust tests Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
22 lines
593 B
Plaintext
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
|