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.
66
77# Quick start instructions
88
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 )
1012* Go to the
1113 [ releases] ( https://github.com/dhiltgen/docker-machine-kvm/releases )
1214 page and download the docker-machine-driver-kvm binary, putting it
1315 in your PATH.
1416* You can now create virtual machines using this driver with
15- ` docker-machine -d kvm ` .
17+ ` docker-machine create -d kvm myengine0 ` .
1618
1719# Dependencies
1820
@@ -22,6 +24,11 @@ KVM based virtual machines. It has been tested with Ubuntu 12.04 through 15.04
2224and should work on most platforms with KVM/libvirt support. If you run into
2325compatibility problems, please file an [ issue] ( https://github.com/dhiltgen/docker-machine-kvm/issues ) .
2426
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+
2532
2633# Capabilities
2734* ** boot2docker.iso** based images
You can’t perform that action at this time.
0 commit comments