We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fab8e commit 8cfa787Copy full SHA for 8cfa787
tests/docker/setup_database.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-if grep -q podman <<< $(docker --version 2> /dev/null) ; then
+if grep -iq podman <<< $(docker version 2> /dev/null) ; then
4
echo "Podman is installed"
5
DOCKER_CMD=$(which podman)
6
fi
0 commit comments