瀏覽代碼

Update ubuntulinux.rst

Guillaume J. Charmes 12 年之前
父節點
當前提交
0fabd390a9
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/sources/installation/ubuntulinux.rst

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

@@ -48,8 +48,7 @@ Now install it, you will see another warning that the package cannot be authenti
 
 
 .. code-block:: bash
 .. code-block:: bash
 
 
-    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
+    curl get.docker.io | sudo sh -x
 
 
 
 
 Verify it worked
 Verify it worked