You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e $(error_message "Docker doesn't seem to be installed. Please head on over to the Docker site to download it: $(action_format "https://www.docker.com/products/docker-desktop")")
exit 1
fi
# Check that Docker is running.
if! docker info >/dev/null 2>&1;then
echo -e $(error_message "Docker isn't running. Please check that you've started your Docker app, and see it in your system tray.")