podman-compose
podman-compose copied to clipboard
podman auto-update option for pod
trafficstars
Is your feature request related to a problem? Please describe.
podman auto-update updates images for all running containers. But I have several pods on the host and I when I test one of them I don't want to update images for other pods simultaneously.
Describe the solution you'd like
Add an option to podman auto-update command to specify pod name.
Describe alternatives you've considered Atlernative solution now: podman pull images for the pod's containers, stop and delete pod's containers (podman-compose -f file.yml down), start pod.