Skip to content

Commit 920c900

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

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
@@ -31,11 +31,13 @@ If you do not have access to a Docker server or just want to execute the build q
3131
$ mvn clean install -DskipITs
3232

3333
By default Docker server is using UNIX sockets for communication with the Docker client, however docker-java
34-
client uses TCP/IP to connect to the Docker server, so you will need to make sure that your Docker server is
34+
client uses TCP/IP to connect to the Docker server by default, so you will need to make sure that your Docker server is
3535
listening on TCP port. To allow Docker server to use TCP add the following line to /etc/default/docker
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```
40+
3941
More details setting up Docker server can be found in official documentation: http://docs.docker.io/en/latest/use/basics/
4042

4143
Now make sure that docker is up:

0 commit comments

Comments
 (0)