We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4dee20 + 28e100b commit c8f7e8aCopy full SHA for c8f7e8a
README.md
@@ -4,6 +4,16 @@ KVM driver for docker-machine
4
This driver leverages the new [plugin architecture](https://github.com/docker/machine/issues/1626) being
5
developed for Docker Machine.
6
7
+# Quick start instructions
8
+
9
+* Install docker-machine
10
+* Go to the
11
+ [releases](https://github.com/dhiltgen/docker-machine-kvm/releases)
12
+ page and download the docker-machine-driver-kvm binary, putting it
13
+ in your PATH.
14
+* You can now create virtual machines using this driver with
15
+ `docker-machine -d kvm`.
16
17
# Dependencies
18
19
This driver leverages [libvirt](http://libvirt.org/) and the [libvirt-go
0 commit comments