webvirtmgr from lemonlatte/docker-webvirtmgr
132
How to config host kvm and libvirt must be installed on the host. You can do as below steps:
Setup libvirt and KVM $ curl http://retspen.github.io/libvirt-bootstrap.sh | sudo sh or if haven't curl $ wget -O - http://retspen.github.io/libvirt-bootstrap.sh | sudo sh
Config libvirt some params in /etc/libvirt/libvirtd.conf shoud be config, if you use in a debug environment the tls can be disabled. And you should use TCP not SSH, because when ssh to host from webvirtmgr in docker, you'll get a error message "can't recv data...", and the reason is not figure out. So TCP is recommend. For example: listen_tls = 0 listen_tcp = 1 listen_addr = "172.17.42.1" ## Address of the host auth_tcp = "none" auth_tls = "none"
At last, the libvirt should be started with "--listen" option.
How to config webvirtmgr in docker You need not do anything, because the docker image are prepared.
Content type
Image
Digest
Size
237.3 MB
Last updated
almost 9 years ago
docker pull dayong657/webvirtmgr:vqemu