Skip to content

Commit c8f7e8a

Browse files
committed
Merge pull request #8 from dpw/readme-quick-start
Add quick start instructions
2 parents f4dee20 + 28e100b commit c8f7e8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ KVM driver for docker-machine
44
This driver leverages the new [plugin architecture](https://github.com/docker/machine/issues/1626) being
55
developed for Docker Machine.
66

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+
717
# Dependencies
818

919
This driver leverages [libvirt](http://libvirt.org/) and the [libvirt-go

0 commit comments

Comments
 (0)