mirror of https://github.com/docker/cli.git
Fix typo in dockerd reference documentation
Signed-off-by: Graeme Wiebe <graeme.wiebe@gmail.com>
This commit is contained in:
parent
c1455b6751
commit
e93ec2f6a6
|
@ -205,7 +205,7 @@ find examples of using Systemd socket activation with Docker and Systemd in the
|
||||||
You can configure the Docker daemon to listen to multiple sockets at the same
|
You can configure the Docker daemon to listen to multiple sockets at the same
|
||||||
time using multiple `-H` options:
|
time using multiple `-H` options:
|
||||||
|
|
||||||
The example below runs the daemon listenin on the default unix socket, and
|
The example below runs the daemon listening on the default unix socket, and
|
||||||
on 2 specific IP addresses on this host:
|
on 2 specific IP addresses on this host:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in New Issue