This extension provides a Quarkus integration with the Docker Java Client library.
Add the following dependency to your project:
<dependency>
<groupId>io.quarkiverse.docker</groupId>
<artifactId>quarkus-docker-client</artifactId>
<version>0.0.3</version>
</dependency>
Caution
This extension currently doesn't support GraalVM native image compilation.