It might be possible to get it to fit within that price range using reserve: https://azure.microsoft.com/en-us/pricing/calculator/. I tend to avoid hyperscalers unless I need something that can scale quickly or to deploy to a bunch of regions easily or if I'm using a cloud native feature(aka lambdas). But whole lot cheaper to grab a dedicated server from one of the many, many providers that are out there, or colocate your own server with a provider.
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
It might be possible to get it to fit within that price range using reserve: https://azure.microsoft.com/en-us/pricing/calculator/. I tend to avoid hyperscalers unless I need something that can scale quickly or to deploy to a bunch of regions easily or if I'm using a cloud native feature(aka lambdas). But whole lot cheaper to grab a dedicated server from one of the many, many providers that are out there, or colocate your own server with a provider.
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
Oh disregard this, I need to run with elevated permissions :)
just add "sudo" in front of docker compose