File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Docker-java provides a standalone Docker server for Java.
1818 <dependency >
1919 <groupId >io.github.intisy</groupId >
2020 <artifactId >docker-java</artifactId >
21- <version >1.1.3.4 </version >
21+ <version >1.1.3.5 </version >
2222 </dependency >
2323```
2424
@@ -45,7 +45,7 @@ Docker-java provides a standalone Docker server for Java.
4545 }
4646 }
4747 dependencies {
48- implementation 'io.github.intisy:docker-java:1.1.3.4 '
48+ implementation 'io.github.intisy:docker-java:1.1.3.5 '
4949 }
5050```
5151
@@ -57,7 +57,7 @@ Docker-java provides a standalone Docker server for Java.
5757 id "io.github.intisy.github-gradle" version "1.3.7"
5858 }
5959 dependencies {
60- githubImplementation "intisy:docker-java:1.1.3.4 "
60+ githubImplementation "intisy:docker-java:1.1.3.5 "
6161 }
6262```
6363
@@ -70,11 +70,11 @@ dockerProvider.start();
7070DockerClient dockerClient = dockerProvider.getClient();
7171```
7272
73- ?? - Linux root
74- ?? - Linux rootless
75- ?? - Windows Administrator
76- ?? - Windows non-Administrator
77- ?? - macOS
73+ ☑ - Linux root
74+ ☑ - Linux rootless
75+ ☑ - Windows Administrator
76+ ☐ - Windows non-Administrator
77+ ☐ - macOS
7878
7979## License
8080
You can’t perform that action at this time.
0 commit comments