Releases: dhiltgen/docker-machine-kvm
v0.10.0
First, install docker-machine by heading over to https://github.com/docker/machine/releases
Then install this plugin for your OS:
- alpine3.4 - md5: f8bb5324487f2899f9dfe34bdd729ee3 docker-machine-driver-kvm-alpine3.4
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-alpine3.4 > /usr/local/bin/docker-machine-driver-kvm \
chmod +x /usr/local/bin/docker-machine-driver-kvm
- alpine3.5 - md5: 7825b13f633abf21c7ed79bc74299b93 docker-machine-driver-kvm-alpine3.5
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-alpine3.5 > /usr/local/bin/docker-machine-driver-kvm \
chmod +x /usr/local/bin/docker-machine-driver-kvm
- centos7 - md5: fb2ded7b5b20400ef66f0adbc384364e docker-machine-driver-kvm-centos7
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-centos7 > /usr/local/bin/docker-machine-driver-kvm \
chmod +x /usr/local/bin/docker-machine-driver-kvm
- ubuntu14.04 - md5: ece5cf96f817772091ebabfabada598c docker-machine-driver-kvm-ubuntu14.04
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-ubuntu14.04 > /usr/local/bin/docker-machine-driver-kvm \
chmod +x /usr/local/bin/docker-machine-driver-kvm
- ubuntu16.04 - md5: abc34ba69fbdc6c6aea3f59d99962310 docker-machine-driver-kvm-ubuntu16.04
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-ubuntu16.04 > /usr/local/bin/docker-machine-driver-kvm \
chmod +x /usr/local/bin/docker-machine-driver-kvm
v0.8.2
Installation
First, install docker-machine
by heading over to https://github.com/docker/machine/releases
Then install this plugin via:
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.8.2/docker-machine-driver-kvm > /usr/local/bin/docker-machine-driver-kvm && \
chmod +x /usr/local/bin/docker-machine-driver-kvm
Checksums
- md5
2ed5ee40ae3ace13e1a882c9a0545b2a
Add disk I/O tunables
This release adds two new tunables for Disk performance.
--kvm-cache-mode "default" Disk cache mode: default, none, writethrough, writeback, directsync, or unsafe
--kvm-io-mode "threads" Disk IO mode: threads, native
Installation
First, install docker-machine
by heading over to https://github.com/docker/machine/releases
Then install this plugin via:
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.7.0/docker-machine-driver-kvm > /usr/local/bin/docker-machine-driver-kvm && \
chmod +x /usr/local/bin/docker-machine-driver-kvm
Checksums
- md5
519d29300df740a73c90d048e5df43fb
v0.6.0: Clean up logging a little
KVM machine driver matching docker-machine version 0.6.0.
Installation
First, install docker-machine
by heading over to https://github.com/docker/machine/releases
Then install this plugin via:
curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.6.0/docker-machine-driver-kvm > /usr/local/bin/docker-machine-driver-kvm && \
chmod +x /usr/local/bin/docker-machine-driver-kvm
Checksums
- md5
f00dfa300cb86a1d6703738f98d23273
Machine 0.5.6 compatible kvm driver
Synced with machine v0.5.6
KVM Driver for Machine 0.5.1
v0.0.6 Sync with machine 0.5.0-rc3
KVM driver for machine 0.5.0 GA
No code changes from rc3, but a recompile with the updated libraries.
Machine 0.5.0-rc3 compatible KVM driver
v0.0.4 Sync with machine 0.5.0-rc3
Machine 0.5.0-rc1 compatible
After installing https://github.com/docker/machine/releases version 0.5.0 place this binary in your path.
You'll need libvirt installed on your machine to access the KVM VMs.
Working KVM plugin
With Nathan's recent bug fixes, this plugin is now generally usable. Multiple KVM based machines can be created concurrently, all the commands work, and create flags work as well.