Update ubuntulinux.rst

This commit is contained in:
Guillaume J. Charmes 2013-05-06 12:00:39 -07:00
parent 4f202cd07f
commit bbad653b1a

View file

@ -18,7 +18,7 @@ The linux-image-extra package is only needed on standard Ubuntu EC2 AMIs in orde
.. code-block:: bash
sudo apt-get install linux-image-extra-`uname -r`
sudo apt-get install linux-image-extra-`uname -r` lxc bsdtar
Installation
@ -48,7 +48,8 @@ Now install it, you will see another warning that the package cannot be authenti
.. code-block:: bash
sudo apt-get install lxc-docker
curl -s http://get.docker.io/builds/$(uname -s)/$(uname -m)/docker-master.tgz | tar -zxf- docker-master/docker
sudo cp docker-master/docker /usr/local/bin/docker
Verify it worked