From cb83681b264ba244f7b2d8a92e2a1278c5c30cbf Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 26 Mar 2013 23:44:31 -0300 Subject: [PATCH] Update readme with port forwarding info --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 248b7a8..a81ef7f 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ Highly experimental Linux Containers support for Vagrant 1.1. ## Dependencies -Vagrant >= 1.1.0, the `lxc` package and a Kernel [higher than 3.5.0-17.28](#help-im-unable-to-restart-containers), +Vagrant >= 1.1.0, `lxc` and `redir` packages and a Kernel [higher than 3.5.0-17.28](#help-im-unable-to-restart-containers), which on Ubuntu 12.10 means something like: ``` sudo apt-get update && sudo apt-get dist-upgrade -sudo apt-get install lxc +sudo apt-get install lxc redir wget "http://files.vagrantup.com/packages/67bd4d30f7dbefa7c0abc643599f0244986c38c8/vagrant_`uname -m`.deb" -O /tmp/vagrant.deb sudo dpkg -i /tmp/vagrant.deb ``` @@ -22,6 +22,7 @@ sudo dpkg -i /tmp/vagrant.deb * Shared folders * Provisioning * Setting container's host name +* Port forwarding *Please refer to the [closed issues](https://github.com/fgrehm/vagrant-lxc/issues?labels=&milestone=&page=1&state=closed) for the most up to date list.* @@ -29,7 +30,7 @@ for the most up to date list.* ## Current limitations -* Port forwarding does not work [yet](https://github.com/fgrehm/vagrant-lxc/issues/6) +* Port forwarding collision detection * A hell lot of `sudo`s * Only a [single ubuntu box supported](boxes), I'm still [figuring out what should go on the .box file](https://github.com/fgrehm/vagrant-lxc/issues/4)