podman-compose icon indicating copy to clipboard operation
podman-compose copied to clipboard

podman auto-update option for pod

Open anutator opened this issue 3 years ago • 1 comments
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.

anutator avatar Oct 25 '22 13:10 anutator