mirror of
https://github.com/docker/cli.git
synced 2026-01-23 15:21:32 +03:00
Merge pull request #24448 from justincormack/proxy-docs
Update binary install docs with new contents of tgz Upstream-commit: dd1a27ce2af1b2e7db5e11a1b82a1248cc23dea3 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user