Skip to content

Commit 05524c0

Browse files
author
gandrianakis
committed
Small doc fixes
1 parent c58d24a commit 05524c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ 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:
39+
However you can force docker-java to use UNIX socket communication by configuring the following url:
4040

4141
unix:///var/run/docker.sock
4242

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

4545
Now make sure that docker is up:
4646

0 commit comments

Comments
 (0)