Skip to content

Commit f38e935

Browse files
committed
Update README.md
1 parent 920c900 commit f38e935

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ listening on TCP port. To allow Docker server to use TCP add the following line
3636

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

39-
However you can force docker-java to use UNIX socket communication by configure the following url: ```unix:///var/run/docker.sock```
39+
However you can force docker-java to use UNIX socket communication by configure the following url:
40+
41+
unix:///var/run/docker.sock
4042

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

0 commit comments

Comments
 (0)