dhiltgen / docker-machine-kvm

KVM driver for docker-machine
Apache License 2.0
376 stars 117 forks source link

Support basic user networking #49

Closed afbjorklund closed 6 years ago

afbjorklund commented 7 years ago

When running without sudo (or the libvirtd group), it would be useful if KVM user networking was supported:

https://www.linux-kvm.org/page/Networking#User_Networking

http://wiki.qemu.org/Documentation/Networking#Network_backend_types

Basically you would only need to tunnel in port 22 and port 2376 (assuming it continues to be hardcoded...)

afbjorklund commented 6 years ago

I found a better Docker Machine driver, when not wanting (or being able) to use this libvirt driver (i.e. "kvm").

So I'm closing this pull request, see the "qemu" driver for details. (afbjorklund/docker-machine-driver-qemu)