mirror of
https://github.com/containers/podman.git
synced 2026-03-20 15:42:20 -04:00
When attempting to restart many containers, we can benefit from making the restarts parallel. For convenience, two new options are added: --all attempts to restart all containers --run-only when used with --all will attempt to restart only running containers Signed-off-by: baude <bbaude@redhat.com>