Skip to content

Commit

Permalink
Merge pull request #258 from grycap/fix-gmolto
Browse files Browse the repository at this point in the history
Improved support for Docker availability check
  • Loading branch information
SergioLangaritaBenitez authored Jan 23, 2025
2 parents 5659a7d + 7b4c04b commit 108bc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kind-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ checkDocker(){
else
echo -e "$GREEN$CHECK$END_COLOR Docker installation found"

rep=$(curl -s --unix-socket /var/run/docker.sock http://ping > /dev/null)
rep=$(docker info)
status=$?

if [ "$status" == "7" ]; then
Expand Down

0 comments on commit 108bc6d

Please sign in to comment.