vmango
vmango copied to clipboard
docker image -> no nodes
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
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
Can you provide a docker compose file for beginners?