DEV Community

Jaweher Ben Salah
Jaweher Ben Salah

Posted on

Answer: Docker-compose up : Error while fetching server API version: https://stackoverflow.com/a/76329637/11139658

you can give docker socket read and write permission for other users by executing this command in your machine

sudo chmod o+rw /var/run/docker.sock

Top comments (0)