using docker-compose without sudo doesn't work
I was recently told that running docker or docker-compose with sudo is a big nono, and that I had to create/add my user to the docker group in order to run docker and docker-compose commands without sudo . Which I did, as per the documentation here Now, docker runs normally via my user. e.g. : ~$ docker run hello-world Unable to find image 'hello-world:lates