Redis – configuring docker to put files
I was just getting started with docker, and I run this: docker pull redis and I get a permission denied error. It turns out, docker writes to /var/* directories, which requires permission to write. and so many other docker commands…