diff --git a/install/linux/linux-postinstall.md b/install/linux/linux-postinstall.md index 01043b4772..af7c960279 100644 --- a/install/linux/linux-postinstall.md +++ b/install/linux/linux-postinstall.md @@ -121,7 +121,7 @@ your host's Linux distribution and available kernel drivers. ## Configure where the Docker daemon listens for connections -By default, the Docker daemon listens for connections on a UNIX socket to accept requests from local clients. It is possible to allow Docker to accept requests from remote hosts by configuring it to listen on an IP address and port as well as the UNIX socket. For more detailed information on this configuration option take a look at "Bind Docker to another host/port or a unix socket" section of the [Docker CLI Refernce](https://docs.docker.com/engine/reference/commandline/dockerd/) article. +By default, the Docker daemon listens for connections on a UNIX socket to accept requests from local clients. It is possible to allow Docker to accept requests from remote hosts by configuring it to listen on an IP address and port as well as the UNIX socket. For more detailed information on this configuration option take a look at "Bind Docker to another host/port or a unix socket" section of the [Docker CLI Reference](https://docs.docker.com/engine/reference/commandline/dockerd/) article. > Docker EE customers >