dhiltgen / docker-machine-kvm

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

login and security #47

Open fthamura opened 7 years ago

fthamura commented 7 years ago

hi there

we use qemu-kvm, and happy with docker-machine with qemu in my notebook

we want to make kvm in our server, any idea to use this driver? we cant find how to login or use security to create a vm outside machine remotely

dhiltgen commented 7 years ago

This driver isn't currently set up to support remote operations. See #11

For now, you'll have to install machine and the driver on the server, and ssh to it to run the operations.