mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update ubuntulinux.rst
This commit is contained in:
parent
4f202cd07f
commit
bbad653b1a
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@ The linux-image-extra package is only needed on standard Ubuntu EC2 AMIs in orde
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo apt-get install linux-image-extra-`uname -r`
|
sudo apt-get install linux-image-extra-`uname -r` lxc bsdtar
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -48,7 +48,8 @@ Now install it, you will see another warning that the package cannot be authenti
|
||||||
|
|
||||||
.. code-block:: bash
|
.. 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
|
Verify it worked
|
||||||
|
|
Loading…
Reference in a new issue