vagrant-lxc-ng/lib/vagrant-lxc
Virgil Dupras dd24cdc3d6 Fix incompatibility with LXC 3.0
LXC 3.0, unlike 2.1, doesn't support old configuration formats at all
and because our previous approach to handling old format was incomplete,
running `vagrant up` on a system with LXC 3.0 would fail, even if the
base box itself was made with modernized config.

This commit fixes this problem: is the box has a modern config, it's
going to be properly created and booted under LXC 3.0. It does so
without breaking the support for LXC < 2.1
2018-04-29 22:57:31 -04:00
..
action Fix incompatibility with LXC 3.0 2018-04-29 22:57:31 -04:00
command sudoers: fix typo 2018-01-15 21:17:36 -05:00
driver Fix incompatibility with LXC 3.0 2018-04-29 22:57:31 -04:00
provider/cap core: Introduce a public_address capability so that we can use vagrant share 2014-03-13 00:57:36 -03:00
action.rb Revert tmpfs mount removal 2018-02-02 16:02:17 -05:00
config.rb Add support for unprivileged containers 2018-02-17 21:53:16 -05:00
driver.rb Fix incompatibility with LXC 3.0 2018-04-29 22:57:31 -04:00
errors.rb Use lxc-info instead of lxc-attach to retrieve container IP 2018-01-13 15:53:28 -05:00
plugin.rb Make code similar to other providers 2016-10-20 13:39:33 +03:00
provider.rb Add support for unprivileged containers 2018-02-17 21:53:16 -05:00
sudo_wrapper.rb Add support for unprivileged containers 2018-02-17 21:53:16 -05:00
synced_folder.rb synced_folder: Emit vagrant-mounted upstart event when starting containers 2014-09-22 23:44:01 -03:00
version.rb v1.4.0 2018-03-04 09:22:58 -05:00