File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
4545Now make sure that docker is up:
4646
You can’t perform that action at this time.
0 commit comments