File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ developed for Docker Machine.
6
6
7
7
# Quick start instructions
8
8
9
- * Install docker-machine
9
+ * Install ` libvirt ` and ` qemu-kvm ` on your system (e.g., ` sudo apt-get install libvirt-bin qemu-kvm ` )
10
+ * Add yourself to the ` libvirtd ` group (may vary by linux distro) so you don't need to sudo
11
+ * Install [ docker-machine] ( https://github.com/docker/machine/releases )
10
12
* Go to the
11
13
[ releases] ( https://github.com/dhiltgen/docker-machine-kvm/releases )
12
14
page and download the docker-machine-driver-kvm binary, putting it
13
15
in your PATH.
14
16
* You can now create virtual machines using this driver with
15
- ` docker-machine -d kvm ` .
17
+ ` docker-machine create -d kvm myengine0 ` .
16
18
17
19
# Dependencies
18
20
@@ -22,6 +24,11 @@ KVM based virtual machines. It has been tested with Ubuntu 12.04 through 15.04
22
24
and should work on most platforms with KVM/libvirt support. If you run into
23
25
compatibility problems, please file an [ issue] ( https://github.com/dhiltgen/docker-machine-kvm/issues ) .
24
26
27
+ Typically you'll run ` docker-machine ` as yourself, so you'll want to
28
+ follow your distro specific instructions on allowing libvirt access
29
+ from your account. For most distro's, you accomplish this by adding
30
+ your account to the ` libvirtd ` group.
31
+
25
32
26
33
# Capabilities
27
34
* ** boot2docker.iso** based images
You can’t perform that action at this time.
0 commit comments