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
# if Docker exists and is runnable, launch the Docker compose image
docker compose -f docker-compose.yml up -d
# attach to the GHSCI software process
docker attach ghsci
} || { # catch
echo "Please ensure that Docker Desktop is installed and running (https://www.docker.com/products/docker-desktop/). Docker Desktop includes Docker Compose, which is required to run this software."