File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Build] ( https://github.com/DevNatan/yoki/actions/workflows/build.yml/badge.svg )] ( https://github.com/DevNatan/yoki/actions/workflows/build.yml )
44[ ![ Integration Tests] ( https://github.com/DevNatan/yoki/actions/workflows/integration-tests.yml/badge.svg )] ( https://github.com/DevNatan/yoki/actions/workflows/integration-tests.yml )
5+ ![ Maven Central] ( https://img.shields.io/maven-central/v/me.devnatan/yoki )
56
67Yoki allows you to interact with the Docker Engine Remote API in a simplified and fast way.
78
@@ -11,7 +12,7 @@ repositories {
1112}
1213
1314dependencies {
14- implementation(" me.devnatan:yoki-jvm :0.1.0 " )
15+ implementation(" me.devnatan:yoki:0.1.1 " )
1516}
1617```
1718
@@ -85,11 +86,6 @@ val logs: Flow<Frame> = dockerClient.containers.logs("floral-fury") {
8586}
8687```
8788
88- #### Fallback to version-specific parameter value
89-
90- By default, all options parameters for accessing a resource use ` null ` , that is, * null value* means
91- that it will use the value defined by the Docker API as the default value for that property.
92-
9389## License
9490
9591Yoki is licensed under the MIT license.
You can’t perform that action at this time.
0 commit comments