podlet podman run --pod test-deployment alpine:latest
podlet podman run --pod test-deployment.pod alpine:latest
# alpine.container
[Container]
Image=alpine:latest
PodmanArgs=--pod test-deployment
# alpine.container
[Container]
Image=alpine:latest
PodmanArgs=--pod test-deployment.pod
https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html#container-units-container
e.g.,
Pod=pod-nameInstead, it's using
PodmanArgs.e.g.,
or