Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@dhiltgen dhiltgen released this 17 Apr 21:13

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