https://prefect.io logo
Title
a

Albert Wong

03/10/2023, 8:14 PM
built a docker image for infrastructure block to run flows. When run, I'm getting the following. Anyone know how to get past it? Seems like I'm missing something fundamental
File "/home/ubuntu/apps/dataflows/venv/lib/python3.11/site-packages/prefect/infrastructure/docker.py", line 95, in _get_docker_client
    raise RuntimeError(f"Could not connect to Docker.") from exc
RuntimeError: Could not connect to Docker.
1
nvm, saw a permission error further up the stack trace and following these instructions to get past it https://www.digitalocean.com/community/questions/how-to-fix-docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket
💯 1