From 03c23d7df8b3b11360ce2254215b79c0a378819f Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 11 Dec 2017 14:51:09 -0500 Subject: [PATCH] README: mention incompatibility with LXC v2.1 see #445 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 254a52e..b8568b9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ to see it in action. ## Requirements * [Vagrant 1.5+](http://www.vagrantup.com/downloads.html) (tested with 1.7.2) -* lxc 0.7.5+ +* lxc >=0.7.5 and <2.1.0 (see [#445](https://github.com/fgrehm/vagrant-lxc/issues/445)) * tar 1.27 (the lxc-template script uses the --xattrs option) * `redir` (if you are planning to use port forwarding) * `brctl` (if you are planning to use private networks, on Ubuntu this means `apt-get install bridge-utils`)