Hey!!! I am using the render as a cloud worker for my Prefect pipeline. After I deployed with the docker method, background worker service, I am facing the error of connection of the Docker daemon from within the Docker container. BTW, after I tested on my local machine, the error will vanish if I start the container with this command,
docker run -v /var/run/docker.sock:/var/run/docker.sock your-image-name
.
Do you have any suggestions?