Hi all, I am trying to get prefect server started ...
# prefect-server
s
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
Can you try doing
docker run hello-world
on the Azure VM? Without using sudo
s
There was some issue with docker. followed this link to resolve https://stackoverflow.com/questions/53344380/errno-13-while-running-docker-compose-up
k
Oh ok are you good now?
s
yes, thank you!
k
No problem!