Merge branch 'master' into fix-add-behavior

Upstream-commit: b368d21568ae12f7a7b7fe5e0afd0460e2057d78
Component: engine
This commit is contained in:
Solomon Hykes
2013-06-19 10:31:50 -07:00
14 changed files with 150 additions and 67 deletions

View File

@ -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 aufs-tools
sudo apt-get -y install lxc xz-utils curl golang-stable git aufs-tools
export GOPATH=~/go/
export PATH=$GOPATH/bin:$PATH

View File

@ -30,8 +30,7 @@ Dependencies:
* 3.8 Kernel (read more about :ref:`kernel`)
* AUFS filesystem support
* lxc
* bsdtar
* xz-utils
Get the docker binary:
----------------------