Update linux-postinstall.md

typo
This commit is contained in:
Ryan Moore 2018-06-13 02:21:05 -05:00 committed by Joao Fernandes
parent b58ec64c2e
commit 6fecf0d5f9
1 changed files with 1 additions and 1 deletions

View File

@ -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
>