Skip to content

Commit 39ef5d1

Browse files
authored
Fixes broken Docker documentation link
The official Docker documentation has moved around a bit and the link for how to configure the Docker Engine needed to be updated. The previous link pointed to a page that no longer exists.
1 parent 75e9a2c commit 39ef5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ client also uses UNIX domain sockets to connect to the docker daemon by default.
3838

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

41-
More details about setting up Docker server can be found in official documentation: http://docs.docker.io/en/latest/use/basics/
41+
More details about setting up Docker Engine can be found in the official documentation: https://docs.docker.com/engine/admin/
4242

4343
To force docker-java to use TCP (http) configure the following (see [Configuration](https://github.com/docker-java/docker-java#configuration) for details):
4444

0 commit comments

Comments
 (0)