https://prefect.io logo
Title
s

Shuchita Tripathi

03/07/2022, 4:59 PM
Hi all, I am trying to get prefect server started in a VM in Azure. It is giving me this error. The permission seems to be proper. Any idea on what could be missing?
I tried running the server on my local machine and everything works fine. I am now trying to run the server on Azure VM, where this issue is coming up.
k

Kevin Kho

03/07/2022, 5:02 PM
Can you try doing
docker run hello-world
on the Azure VM? Without using sudo
s

Shuchita Tripathi

03/07/2022, 5:56 PM
There was some issue with docker. followed this link to resolve https://stackoverflow.com/questions/53344380/errno-13-while-running-docker-compose-up
k

Kevin Kho

03/07/2022, 5:57 PM
Oh ok are you good now?
s

Shuchita Tripathi

03/08/2022, 4:16 PM
yes, thank you!
k

Kevin Kho

03/08/2022, 4:18 PM
No problem!