An open API service indexing awesome lists of open source software.

https://github.com/quarkiverse/quarkus-docker-client

Docker Java client integration for Quarkus
https://github.com/quarkiverse/quarkus-docker-client

container containerization docker docker-api quarkus-extension

Last synced: 12 months ago
JSON representation

Docker Java client integration for Quarkus

Awesome Lists containing this project

README

          

# Quarkus Docker Client

[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.docker/quarkus-docker-client?logo=apache-maven&style=flat-square)](https://central.sonatype.com/artifact/io.quarkiverse.docker/quarkus-docker-client-parent)

This extension provides a Quarkus integration with the [Docker Java Client](https://github.com/docker-java/docker-java)
library.

## Usage

Add the following dependency to your project:

```xml

io.quarkiverse.docker
quarkus-docker-client
{project-version}

```

> [!CAUTION]
> This extension currently doesn't support GraalVM native image compilation.