Docker
Clean up docker storage
docker system prune -a
I'm not sure what the -a
does so I need to look into it.
Permission denied connecting to docker daemon...
sudo chmod 666 /var/run/docker.sock
Last updated
Was this helpful?