Skip to content

Commit 284b26b

Browse files
committed
Clarify configuration for unix sockets
1 parent 651d68f commit 284b26b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ listening on TCP port. To allow Docker server to use TCP add the following line
3333

3434
DOCKER_OPTS="-H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock"
3535

36-
However you can force docker-java to use UNIX socket communication by configuring the following url:
36+
However you can force docker-java to use UNIX socket communication by configure the following (see [Configuration](.#Configuration) for details):
3737

38-
unix:///var/run/docker.sock
38+
DOCKER_HOST=unix:///var/run/docker.sock
39+
DOCKER_TLS_VERIFY=0
3940

4041
More details about setting up Docker server can be found in official documentation: http://docs.docker.io/en/latest/use/basics/
4142

0 commit comments

Comments
 (0)