You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The library comes as a maven dependency:
34
34
35
35
If you are not using Maven, you can also download the <ahref="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.
36
36
37
-
### Usage Example
37
+
### Usage Example And Wiki
38
38
39
39
Here is all you need to do in order to pull an Image and run a Container into the local Docker engine:
40
40
@@ -55,6 +55,8 @@ final Image helloWorld = images.pull("hello-world", "latest");
55
55
finalContainer started = helloWorld.run();
56
56
```
57
57
58
+
More info in the [Wiki](https://github.com/amihaiemil/docker-java-api/wiki).
59
+
58
60
### Contributing
59
61
60
62
If you would like to contribute, just open an issue or a PR.
0 commit comments