Skip to content

Commit 8cfa787

Browse files
committed
Modify version request for docker command details
1 parent 50fab8e commit 8cfa787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker/setup_database.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

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

0 commit comments

Comments
 (0)