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
- Host: GitHub
- URL: https://github.com/quarkiverse/quarkus-docker-client
- Owner: quarkiverse
- License: apache-2.0
- Created: 2025-03-26T13:24:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T17:01:31.000Z (about 1 year ago)
- Last Synced: 2025-03-26T17:25:41.196Z (about 1 year ago)
- Topics: container, containerization, docker, docker-api, quarkus-extension
- Language: Java
- Homepage: https://docs.quarkiverse.io/quarkus-docker-client/dev
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Quarkus Docker Client
[](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.