mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
The is_podman check was depending on `docker -v` printing "podman" in the output, but that doesn't actually work, since podman prints $0. Use `docker --help` instead, which will output "podman". Also return podman's return status, which was previously being dropped. Signed-off-by: Dejan Mircevski <dejan@scylladb.com>