I was reading: How to fix docker: Got permission denied issue
But what about windows? How can we fix this issue.
and what's the equivalent for:
sudo chmod 666 /var/run/docker.sock
I was reading: How to fix docker: Got permission denied issue
But what about windows? How can we fix this issue.
and what's the equivalent for:
sudo chmod 666 /var/run/docker.sock
In my opinion, if you use windows, it's much better to install WSL ( windows subsystem linux ) for use Docker. Because the windows core isn't stable with Docker. keep me posted on progress Bye