https://github.com/docker-client/docker-remote-api
A Docker Remote API model for Java, generated from the official OpenAPI spec
https://github.com/docker-client/docker-remote-api
api docker hacktoberfest java kotlin remote
Last synced: 3 months ago
JSON representation
A Docker Remote API model for Java, generated from the official OpenAPI spec
- Host: GitHub
- URL: https://github.com/docker-client/docker-remote-api
- Owner: docker-client
- License: mit
- Created: 2021-10-03T15:04:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-08T12:25:16.000Z (3 months ago)
- Last Synced: 2026-03-08T16:13:24.559Z (3 months ago)
- Topics: api, docker, hacktoberfest, java, kotlin, remote
- Language: Kotlin
- Homepage:
- Size: 1.86 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/docker-client/docker-remote-api/actions)
[](https://search.maven.org/search?q=g:de.gesellix%20AND%20a:docker-remote-api-model-1-41)
# docker-remote-api
_This project is Work In Progress_
A Docker Remote API model generated from the official OpenAPI spec.
Every engine api version is modeled as dedicated subproject and published artifacts.
## Usage
Consumers can choose a matching api model by specifying the correct library.
The api version is part of the artifact-id, so that we're able to evolve
each api model independently. See the examples below how to include the model
in your project.
Gradle:
```groovy
implementation("de.gesellix:docker-remote-api-model-1-41:[2021-10-16T19-28-00,)")
```
Maven:
```xml
de.gesellix
docker-remote-api-model-1-41
[2021-10-16T19-28-00,)
```
## API Documentation
- Official documentation: https://docs.docker.com/engine/api/
- API reference (latest release): https://docs.docker.com/engine/api/latest/
- API reference source: https://github.com/moby/moby/blob/master/api/swagger.yaml
## Publishing/Release Workflow
See RELEASE.md
## Contact
Please leave feedback, ideas for improvements, or bug reports as [issues](https://github.com/docker-client/docker-remote-api/issues).
Feel free to submit [pull requests](https://github.com/docker-client/docker-remote-api/pulls)!
See [CONTRIBUTING](CONTRIBUTING.md) for details how to apply api or code changes.
I'm available at Twitter [@gesellix](https://twitter.com/gesellix), too.
## License
See the [LICENSE](LICENSE) file.