Skip to content

Commit

Permalink
lxc in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
James Horey committed Oct 4, 2014
1 parent 08089f8 commit ebea71b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/sources/install/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ new version of Ubuntu:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
$ sudo sh -c "echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"
$ sudo apt-get update
$ sudo apt-get install lxc-docker
$ sudo apt-get install lxc lxc-docker
If you'd like a more in-depth explanation of what's going on, visit the Docker_ homepage for more detailed instructions.
Note that Ferry requires the use of LXC. Since newer versions of Docker uses `libcontainer` by default,
we need to include `lxc` in the installation as well. If you'd like a more in-depth explanation of what's going on,
visit the Docker_ homepage for more detailed instructions.

.. _Docker: http://docs.docker.io/en/latest/installation/

Expand Down

0 comments on commit ebea71b

Please sign in to comment.