Ver código fonte

Update ubuntulinux.rst

Guillaume J. Charmes 12 anos atrás
pai
commit
bbad653b1a
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3 2
      docs/sources/installation/ubuntulinux.rst

+ 3 - 2
docs/sources/installation/ubuntulinux.rst

@@ -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