Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarppe/dockler
Pure Clojure API for Docker daemon API
https://github.com/jarppe/dockler
Last synced: 2 months ago
JSON representation
Pure Clojure API for Docker daemon API
- Host: GitHub
- URL: https://github.com/jarppe/dockler
- Owner: jarppe
- Created: 2024-10-15T12:52:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T09:47:54.000Z (3 months ago)
- Last Synced: 2024-10-18T06:43:35.515Z (3 months ago)
- Language: Clojure
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockler - Pure Clojure API for Docker daemon API
Clojure API for [Docker HTTP API version 1.46](https://docs.docker.com/engine/api/v1.46/).
This library tries to be compatible with [Babashka](https://babashka.org/). Currently there are
couple of places that need a workarounds.The only dependency it has is [cheshire](https://github.com/dakrone/cheshire), which is already included in Babashka.
Tested with Clojure 1.11.4 and Java 23.
## Status
This is an alpha library intended for education and experimentation only.
## TODO
- building images
- docker-compose like functionality
- documentation
- babashka support