Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Proposal: KVM/Qemu driver #504

Closed
Tebro opened this issue Feb 8, 2015 · 16 comments
Closed

Proposal: KVM/Qemu driver #504

Tebro opened this issue Feb 8, 2015 · 16 comments

Comments

@Tebro
Copy link

Tebro commented Feb 8, 2015

The title says it all. A driver for KVM/Qemu could be quite useful since it is so easy to set up a host for it and using SSH to auth.

@ehazlett
Copy link
Contributor

ehazlett commented Feb 9, 2015

+1

1 similar comment
@ymmijgno
Copy link

+1

@grigio
Copy link

grigio commented Feb 28, 2015

+1

1 similar comment
@thomgit
Copy link

thomgit commented Mar 11, 2015

+1

@torvitas
Copy link

+2

@fventuri
Copy link

Sven, I worked on your initial KVM/Qemu driver and I finished a few parts that were missing.
The code is here: https://github.com/fventuri/machine/tree/504-kvm-qemu-driver
This version should be able to create/start/stop/remove a docker machine locally with the KVM/Qemu driver.
It still needs some cleaning and can definitely be improved, but it at least somewhat functional.

Please give it a try and let me know what you think and if you had any problems with it.

Franco

@clnperez
Copy link
Contributor

clnperez commented Jun 4, 2015

@fventuri Do you have a PR for this that I should be commenting on? I tried it out and it worked pretty great, except that I'm getting a connection refused error when connecting during a docker-machine ls.

@shuron
Copy link

shuron commented Jun 30, 2015

+1

@fventuri
Copy link

fventuri commented Jul 3, 2015

@clnperez - I see @SvenDowideit has already a pull request (#650) that he is working on for the same thing.
Not sure if I should create another one, or what is the best way to work on this driver, since I am new here.

@mmarzantowicz
Copy link

What is the current status of KVM/Qemu driver for Docker Machine? Are there any more or less finished and working implementation? Is is going to be included in Machine any time soon?

Maybe it's to much questions but I'm interested in such driver, I've seen a lot of other drivers come recently to Machine but not this one.

@lazyval
Copy link

lazyval commented Sep 19, 2015

Having such driver will enable running ARM based docker images on x86 host system, e.g. developing for raspberry pi using your macbook laptop. Unfortunately, it's not possible right now since virtualbox does not support hardware emulation.

@JurrianFahner
Copy link

+1

1 similar comment
@torvitas
Copy link

+1

@nathanleclaire
Copy link
Contributor

We are introducing a driver plugin model with 0.5.0 and any user who wants to build and distribute such a driver is free to rock and roll!

@SvenDowideit
Copy link
Contributor

@fventuri 2 years later, so I'm guessing you're not interested in this anymore, but I'm using your work in https://github.com/jigtools/docker-machine-driver-qemu

@fventuri
Copy link

fventuri commented May 5, 2017

@SvenDowideit Wow! Time flies! I hadn't realized that I wrote that stuff two years ago already.
Anyway, I moved on to other projects, so feel free to use all that code and documentation for your projects.

Good luck,
Franco

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.