mirror of
https://github.com/containers/podman.git
synced 2026-03-27 19:13:49 -04:00
When a template container unit is linked to a pod do not add its service to the pod units dependency Fixes: https://github.com/containers/podman/issues/27844 Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
# assert-last-key-contains "Unit" "After" "startwithpod-pod.service"
|
|
# assert-last-key-contains "Unit" "BindsTo" "startwithpod-pod.service"
|
|
|
|
[Container]
|
|
Image=localhost/image
|
|
Pod=startwithpod.pod
|