From 9b9f5d2353600b570263e7816d216b25b3677dfb Mon Sep 17 00:00:00 2001 From: Jose Donizetti Date: Tue, 25 Jun 2019 14:27:29 -0300 Subject: [PATCH] Add kvm2 version documentation --- docs/drivers.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/drivers.md b/docs/drivers.md index 6ea54b33d0..dfdd3e2b1f 100644 --- a/docs/drivers.md +++ b/docs/drivers.md @@ -96,6 +96,12 @@ virsh net-define kvm-default.xml virsh net-start default ``` +Make sure you are running the lastest version of your driver. + + ```shell +docker-machine-driver-kvm2 --version +``` + ## Hyperkit driver Install the [hyperkit](http://github.com/moby/hyperkit) VM manager using [brew](https://brew.sh):