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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,27 @@ 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
38
+
39
+
Here is all you need to do in order to pull an Image and run a Container from/into the local Docker engine:
40
+
41
+
```java
42
+
finalContainer started =newUnixDocker(newFile("/var/run/docker.sock"))
0 commit comments