Skip to content

Commit

Permalink
Update binary install docs with new contents of tgz
Browse files Browse the repository at this point in the history
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 <justin.cormack@docker.com>
  • Loading branch information
justincormack committed Jul 8, 2016
1 parent 012f9f4 commit 7102e09
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/installation/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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
Expand Down

0 comments on commit 7102e09

Please sign in to comment.