浏览代码

Merge pull request #24448 from justincormack/proxy-docs

Update binary install docs with new contents of tgz
Vincent Demeester 9 年之前
父节点
当前提交
dd1a27ce2a
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      docs/installation/binaries.md

+ 5 - 3
docs/installation/binaries.md

@@ -130,11 +130,13 @@ directory named `docker` in your current location.
 $ tar -xvzf docker-latest.tgz
 $ tar -xvzf docker-latest.tgz
 
 
 docker/
 docker/
-docker/docker-containerd-ctr
 docker/docker
 docker/docker
 docker/docker-containerd
 docker/docker-containerd
-docker/docker-runc
+docker/docker-containerd-ctr
 docker/docker-containerd-shim
 docker/docker-containerd-shim
+docker/docker-proxy
+docker/docker-runc
+docker/dockerd
 ```
 ```
 
 
 Engine requires these binaries to be installed in your host's `$PATH`.
 Engine requires these binaries to be installed in your host's `$PATH`.
@@ -154,7 +156,7 @@ $ mv docker/* /usr/bin/
 You can manually start the Engine in daemon mode using:
 You can manually start the Engine in daemon mode using:
 
 
 ```bash
 ```bash
-$ sudo docker daemon &
+$ sudo dockerd &
 ```
 ```
 
 
 The GitHub repository provides samples of init-scripts you can use to control
 The GitHub repository provides samples of init-scripts you can use to control