Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Aug 18, 2023
1 parent 9fd5daf commit 9b84c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docker-in-docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ do
eval "${dockerd_start}"
fi
sleep 5s
set +e
docker info > /dev/null 2>&1 && docker_ok="true"
Expand Down

0 comments on commit 9b84c7e

Please sign in to comment.