We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920c900 commit f38e935Copy full SHA for f38e935
README.md
@@ -36,7 +36,9 @@ listening on TCP port. To allow Docker server to use TCP add the following line
36
37
DOCKER_OPTS="-H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock"
38
39
-However you can force docker-java to use UNIX socket communication by configure the following url: ```unix:///var/run/docker.sock```
+However you can force docker-java to use UNIX socket communication by configure the following url:
40
+
41
+ unix:///var/run/docker.sock
42
43
More details setting up Docker server can be found in official documentation: http://docs.docker.io/en/latest/use/basics/
44
0 commit comments