Skip to content

Commit dbf2f90

Browse files
author
Marcus Linke
committed
2 parents 96e1707 + 7033633 commit dbf2f90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Latest SNAPSHOT is available from maven repo: https://oss.sonatype.org/content/g
5353

5454
## Documentation
5555

56-
For code examples, please look at the [Wiki](https://github.com/docker-java/docker-java/wiki) or [Test cases](https://github.com/docker-java/docker-java/tree/master/src/test/java/com/github/dockerjava/client/command "Test cases")
56+
For code examples, please look at the [Wiki](https://github.com/docker-java/docker-java/wiki) or [Test cases](https://github.com/docker-java/docker-java/tree/master/src/test/java/com/github/dockerjava/core/command "Test cases")
5757

5858
## Configuration
5959

@@ -70,7 +70,7 @@ There are three ways to configure, in descending order of precedence:
7070
##### Programatic:
7171
In your application, e.g.
7272

73-
DockerClient docker = new DockerClient("http://localhost:2375");
73+
DockerClient docker = new DockerClientImpl("http://localhost:2375");
7474
docker.setCredentials("dockeruser", "ilovedocker", "[email protected]");`
7575

7676
##### System Properties:

0 commit comments

Comments
 (0)