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.6 </version >
21+ <version >1.1.3.7 </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.6 '
48+ implementation 'io.github.intisy:docker-java:1.1.3.7 '
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.6 "
60+ githubImplementation "intisy:docker-java:1.1.3.7 "
6161 }
6262```
6363
@@ -70,10 +70,10 @@ dockerProvider.start();
7070DockerClient dockerClient = dockerProvider.getClient();
7171```
7272
73- Supported setups:
74- * [x] Linux root
73+ Currently supported setups:
74+ * [x] - Linux root
7575 * [x] - Linux rootless
76- * [x ] - Windows Administrator
76+ * [ - ] - Windows Administrator
7777 * [ ] - Windows non-Administrator
7878 * [ ] - macOS
7979
You can’t perform that action at this time.
0 commit comments