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 a30c428 commit 211552aCopy full SHA for 211552a
test/e2e/setup.sh
@@ -26,7 +26,7 @@ function check_docker {
26
echo "Visit https://docs.docker.com/get-docker/ for installation instructions." >&2
27
exit 1
28
fi
29
-
+
30
if ! docker info &>/dev/null; then
31
echo "Error: Docker daemon is not running. Please start Docker to run e2e tests." >&2
32
echo "Make sure Docker Desktop is running or start the Docker daemon." >&2
0 commit comments