Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ developed for Docker Machine.
* Add yourself to the `libvirtd` group (may vary by linux distro) so you don't need to sudo
* Install [docker-machine](https://github.com/docker/machine/releases)
* Go to the
[releases](https://github.com/dhiltgen/docker-machine-kvm/releases)
[releases](https://github.com/tdilauro/docker-machine-kvm/releases)
page and download the docker-machine-driver-kvm binary, putting it
in your PATH.
* You can now create virtual machines using this driver with
Expand All @@ -22,7 +22,7 @@ This driver leverages [libvirt](http://libvirt.org/) and the [libvirt-go
library](https://github.com/libvirt/libvirt-go) to create and manage
KVM based virtual machines. It has been tested with Ubuntu 12.04 through 15.04
and should work on most platforms with KVM/libvirt support. If you run into
compatibility problems, please file an [issue](https://github.com/dhiltgen/docker-machine-kvm/issues).
compatibility problems, please file an [issue](https://github.com/tdilauro/docker-machine-kvm/issues).

Typically you'll run `docker-machine` as yourself, so you'll want to
follow your distro specific instructions on allowing libvirt access
Expand Down