Skip to content

Commit

Permalink
Modify version request for docker command details
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissner committed Jan 11, 2025
1 parent 50fab8e commit 8cfa787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/setup_database.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if grep -q podman <<< $(docker --version 2> /dev/null) ; then
if grep -iq podman <<< $(docker version 2> /dev/null) ; then
echo "Podman is installed"
DOCKER_CMD=$(which podman)
fi
Expand Down

0 comments on commit 8cfa787

Please sign in to comment.