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.7 </version >
21+ <version >1.1.3.8 </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.7 '
48+ implementation 'io.github.intisy:docker-java:1.1.3.8 '
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.7 "
60+ githubImplementation "intisy:docker-java:1.1.3.8 "
6161 }
6262```
6363
@@ -73,9 +73,10 @@ DockerClient dockerClient = dockerProvider.getClient();
7373Currently supported setups:
7474 * [x] - Linux root
7575 * [x] - Linux rootless
76- * [ - ] - Windows Administrator
76+ * [ ] - Windows Administrator
7777 * [ ] - Windows non-Administrator
78- * [ ] - macOS
78+ * [ ] - macOS root
79+ * [ ] - macOS rootless
7980
8081## License
8182
You can’t perform that action at this time.
0 commit comments