Docker daemon not running

When i tried to install a docker package on replit it says: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Can someone help me?

Docker cannot work on replit, as it needs root. If you want to run docker containers on a repl, try podman. (Does not require root)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.