If you get permission errors when running `docker version`, follow these instructions (on Linux) to give yourself permissions
1. Run `stat /var/run/docker.sock` to see the permissions for the docker socket (The file path is printed out when you get a permission error, yours may be different). You should see a line like
- [Alternative approach for multiuser systems which requires logging out and back in again](https://stackoverflow.com/questions/48957195/how-to-fix-docker-got-permission-denied-issue)