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>
| ... | ... |
@@ -130,11 +130,13 @@ directory named `docker` in your current location. |
| 130 | 130 |
$ tar -xvzf docker-latest.tgz |
| 131 | 131 |
|
| 132 | 132 |
docker/ |
| 133 |
-docker/docker-containerd-ctr |
|
| 134 | 133 |
docker/docker |
| 135 | 134 |
docker/docker-containerd |
| 136 |
-docker/docker-runc |
|
| 135 |
+docker/docker-containerd-ctr |
|
| 137 | 136 |
docker/docker-containerd-shim |
| 137 |
+docker/docker-proxy |
|
| 138 |
+docker/docker-runc |
|
| 139 |
+docker/dockerd |
|
| 138 | 140 |
``` |
| 139 | 141 |
|
| 140 | 142 |
Engine requires these binaries to be installed in your host's `$PATH`. |
| ... | ... |
@@ -154,7 +156,7 @@ $ mv docker/* /usr/bin/ |
| 154 | 154 |
You can manually start the Engine in daemon mode using: |
| 155 | 155 |
|
| 156 | 156 |
```bash |
| 157 |
-$ sudo docker daemon & |
|
| 157 |
+$ sudo dockerd & |
|
| 158 | 158 |
``` |
| 159 | 159 |
|
| 160 | 160 |
The GitHub repository provides samples of init-scripts you can use to control |