mirror of https://github.com/docker/docs.git
parent
b58ec64c2e
commit
6fecf0d5f9
|
|
@ -121,7 +121,7 @@ your host's Linux distribution and available kernel drivers.
|
||||||
|
|
||||||
## Configure where the Docker daemon listens for connections
|
## 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
|
> Docker EE customers
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue