There was an error while loading. Please reload this page.
1 parent 651d68f commit 284b26bCopy full SHA for 284b26b
1 file changed
README.md
@@ -33,9 +33,10 @@ listening on TCP port. To allow Docker server to use TCP add the following line
33
34
DOCKER_OPTS="-H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock"
35
36
-However you can force docker-java to use UNIX socket communication by configuring the following url:
+However you can force docker-java to use UNIX socket communication by configure the following (see [Configuration](.#Configuration) for details):
37
38
- unix:///var/run/docker.sock
+ DOCKER_HOST=unix:///var/run/docker.sock
39
+ DOCKER_TLS_VERIFY=0
40
41
More details about setting up Docker server can be found in official documentation: http://docs.docker.io/en/latest/use/basics/
42
0 commit comments