So I got to docker compose up -d step on Azure VM and it seems like I need to adjust my network settings I got the following error:
unable to get image 'hiveio/hive:1.27.7rc16': permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/images/hiveio/hive:1.27.7rc16/json": dial unix /var/run/docker.sock: connect: permission denied
You are viewing a single comment's thread from:
Oh disregard this, I need to run with elevated permissions :)
just add "sudo" in front of docker compose