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 211552a commit 0ecc5a1Copy full SHA for 0ecc5a1
test/e2e/setup.sh
@@ -26,7 +26,6 @@ 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