Merge pull request #885 from dotcloud/remove_bsdtar
* Runtime: Remove bsdtar dependency Upstream-commit: ee5df765796cfbeade482652e4c5d928c82af6d1 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
@ -30,8 +30,7 @@ Dependencies:
|
||||
* 3.8 Kernel (read more about :ref:`kernel`)
|
||||
* AUFS filesystem support
|
||||
* lxc
|
||||
* bsdtar
|
||||
|
||||
* xz-utils
|
||||
|
||||
Get the docker binary:
|
||||
----------------------
|
||||
|
||||
Reference in New Issue
Block a user