Update docs

Upstream-commit: 79fe864d9a117193b4dce8b7fe156a55bbadcce6
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-06-14 10:58:16 -07:00
parent c803fc1f04
commit f73437e29d
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ Setting up a dev environment
Instructions that have been verified to work on Ubuntu 12.10,
```bash
sudo apt-get -y install lxc wget bsdtar curl golang git
sudo apt-get -y install lxc curl xz-utils golang git
export GOPATH=~/go/
export PATH=$GOPATH/bin:$PATH
@@ -33,7 +33,7 @@ Installation
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:gophers/go
sudo apt-get update
sudo apt-get -y install lxc wget bsdtar curl golang-stable git
sudo apt-get -y install lxc xz-utils curl golang-stable git
export GOPATH=~/go/
export PATH=$GOPATH/bin:$PATH
@@ -30,8 +30,7 @@ Dependencies:
* 3.8 Kernel (read more about :ref:`kernel`)
* AUFS filesystem support
* lxc
* bsdtar
* xz-utils
Get the docker binary:
----------------------