podman-build/test/e2e/quadlet/host.container
2025-10-11 12:30:35 +09:00

7 lines
250 B
Plaintext

[Container]
Image=localhost/imagename
## assert-podman-args "--add-host" "my-host-name:192.168.10.10"
AddHost=my-host-name:192.168.10.10
## assert-podman-args "--add-host" "my-second-host-name:192.168.10.11"
AddHost=my-second-host-name:192.168.10.11