podman start with filter only starts first result #18153
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
remote
Problem is in podman-remote
windows
issue/bug on Windows
Issue Description
Running the following command on windows only starts the first container in the list.
This command is taken from https://github.com/containers/podman/blob/main/contrib/systemd/system/podman-restart.service.in
I'm unsure if this is windows specific, but I feel like if the service was broken on Linux someone would have reported that by now and I can't find anything.
Steps to reproduce the issue
Steps to reproduce the issue
podman ps --filter "restart-policy=always" --all
podman start --filter "restart-policy=always" --all
Describe the results you received
On the first execution of the command, the first container is started and its ID returned. Running the command again is a noop
Describe the results you expected
The first run of the command should start all filtered containers
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Set up through podman-desktop
Additional information
No response
The text was updated successfully, but these errors were encountered: