This is an old revision of the document!
If you would like to use Docker as a non-root user, you should now consider adding your user to the “docker” group with something like:
sudo usermod -aG docker your-user
Remember that you will have to log out and back in for this to take effect!
docker image prune docker volume prune
docker images docker rmi -f $(docker images -q -a )
lalalaaaa