There was an error while loading. Please reload this page.
1 parent c58d24a commit 05524c0Copy full SHA for 05524c0
1 file changed
README.md
@@ -36,11 +36,11 @@ 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:
+However you can force docker-java to use UNIX socket communication by configuring 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/
+More details about setting up Docker server can be found in official documentation: http://docs.docker.io/en/latest/use/basics/
44
45
Now make sure that docker is up:
46
0 commit comments