dhiltgen/docker-machine-kvm

dial tcp: missing address

Opened this issue · 3 comments

Hi,

When I run the create command :

$ docker-machine create -d kvm dockerhans1

I get an error : dial tcp: missing address

When I run the same command as root it works fine.

Any ideas ?

This is a duplicate of issue #13. Just add yourself to the libvirtd group and open a new session.

Installed on archlinux and my machine has no libvirtd group (I have the libvirt package installed). It does have a libvirt group though, added myself to that and it didn't help.