docker-machine-kvm icon indicating copy to clipboard operation
docker-machine-kvm copied to clipboard

Enhancement request : kvm of a remote host

Open itwars opened this issue 9 years ago • 13 comments

Hi Daniel,

Good work, anyway, what could really be coolest for me is to have kvm on a remote server. That way we'll be able to docker-machine --kvm-ip :)

BR, Vincent

itwars avatar Feb 13 '16 14:02 itwars

Great suggestion!

The trickiest part will be refactoring the disk creation logic to upload the disk efficiently. I haven't used that part of the libvirt API, but from a quick perusal of the API docs, it looks like it may be possible.

Not sure when I'll be able to look into this, but PRs are welcome! :-)

dhiltgen avatar Feb 17 '16 00:02 dhiltgen

+1

fsoppelsa avatar Apr 11 '16 20:04 fsoppelsa

+1!

idvoretskyi avatar Apr 20 '16 06:04 idvoretskyi

+1

xlogerais avatar Apr 22 '16 14:04 xlogerais

This looks like it'd be easier with a --libvirt-uri or something then you could use qemu+ssh://user@host or even xen://host/

grimmy avatar May 09 '16 21:05 grimmy

+1.

Would the image not be generated on the remote machine as with normal remote creation in libvirt/KVM? You'd only need to upload the Docker image.

hamid-elaosta avatar May 09 '16 22:05 hamid-elaosta

:+1:

nickbroon avatar May 13 '16 16:05 nickbroon

Would the vagrant libvirt support provide a reference for how to implement this: https://github.com/vagrant-libvirt/vagrant-libvirt

nickbroon avatar Aug 16 '16 13:08 nickbroon

+1

arcolan avatar Dec 07 '16 09:12 arcolan

+1

cice avatar Mar 07 '17 18:03 cice

If it was possible to use a remote KVM machine that would also open the door for Windows users to use docker-machine-kvm, right?

ramarivera avatar May 21 '17 22:05 ramarivera

working on this, PR almost ready

karmab avatar Nov 07 '17 10:11 karmab

addressed by PR https://github.com/dhiltgen/docker-machine-kvm/pull/63

karmab avatar Nov 07 '17 14:11 karmab