Skip to content

Commit 0afe869

Browse files
authored
Update README.md
1 parent 4ba6621 commit 0afe869

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The library comes as a maven dependency:
3434

3535
If you are not using Maven, you can also download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/docker-java-api/0.0.12/docker-java-api-0.0.12-jar-with-dependencies.jar">fat</a> jar.
3636

37-
### Usage Example
37+
### Usage Example And Wiki
3838

3939
Here is all you need to do in order to pull an Image and run a Container into the local Docker engine:
4040

@@ -55,6 +55,8 @@ final Image helloWorld = images.pull("hello-world", "latest");
5555
final Container started = helloWorld.run();
5656
```
5757

58+
More info in the [Wiki](https://github.com/amihaiemil/docker-java-api/wiki).
59+
5860
### Contributing
5961

6062
If you would like to contribute, just open an issue or a PR.

0 commit comments

Comments
 (0)