From 7102e09f29822e4bb0e375738c5194ded8b716ca Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 8 Jul 2016 13:33:41 +0100 Subject: [PATCH] Update binary install docs with new contents of tgz This is now up to date with contents of 1.12 tgz Also change usage to `dockerd` not `docker daemon` Signed-off-by: Justin Cormack --- docs/installation/binaries.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/installation/binaries.md b/docs/installation/binaries.md index 91baa45cbb..f0dda97e74 100644 --- a/docs/installation/binaries.md +++ b/docs/installation/binaries.md @@ -130,11 +130,13 @@ directory named `docker` in your current location. $ tar -xvzf docker-latest.tgz docker/ -docker/docker-containerd-ctr docker/docker docker/docker-containerd -docker/docker-runc +docker/docker-containerd-ctr docker/docker-containerd-shim +docker/docker-proxy +docker/docker-runc +docker/dockerd ``` 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: ```bash -$ sudo docker daemon & +$ sudo dockerd & ``` The GitHub repository provides samples of init-scripts you can use to control