Merge pull request #4687 from TheRealGramdalf/dockerd-ref-patch

Fix typo in dockerd reference documentation
This commit is contained in:
Sebastiaan van Stijn 2023-12-03 14:50:41 +01:00 коммит произвёл GitHub
Родитель ecf9bd3870 e93ec2f6a6
Коммит 0acee94354
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
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:
```console