subuk / vmango

Your own personal IaaS cloud
https://vmango.org
MIT License
323 stars 55 forks source link

docker image -> no nodes #75

Open MrColumbo opened 3 years ago

MrColumbo commented 3 years ago

I tried to use the docker image. I used port mapping to the host to be able to access the webinterface but it says 0 nodes which I guess means it does not have the right access to the host, right? Anything special about the docker image?

I was not sure if I can use the instructions from ubuntu to install it on my server (like adding the ppa .....)

thanks

subuk commented 3 years ago

Hello, no nodes means that vmango couldn't connect to default local libvirt socket https://github.com/subuk/vmango/blob/master/vmango.dist.conf#L3-L7

You should mount libvirt socket inside container. Not sure were it located on your system, but usually it is something like /var/run/libvirt/libvirt.sock

tristan-k commented 3 years ago

Can you provide a docker compose file for beginners?