https://github.com/lispyclouds/contajners
An idiomatic, data-driven, REPL friendly clojure client for OCI container engines
https://github.com/lispyclouds/contajners
babashka clojure containers docker hacktoberfest jvm oci podman
Last synced: 12 days ago
JSON representation
An idiomatic, data-driven, REPL friendly clojure client for OCI container engines
- Host: GitHub
- URL: https://github.com/lispyclouds/contajners
- Owner: lispyclouds
- License: mit
- Created: 2021-07-12T07:46:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T07:59:25.000Z (29 days ago)
- Last Synced: 2025-03-29T04:04:30.164Z (19 days ago)
- Topics: babashka, clojure, containers, docker, hacktoberfest, jvm, oci, podman
- Language: Clojure
- Homepage: https://cljdoc.org/d/org.clojars.lispyclouds/contajners/
- Size: 208 KB
- Stars: 137
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-docker - contajners - An idiomatic, data-driven, REPL friendly Clojure client for OCI container engines. By [@lispyclouds][lispyclouds] (Development with Docker / API Client)
- awesome-docker - contajners - An idiomatic, data-driven, REPL friendly Clojure client for OCI container engines. By [@lispyclouds][lispyclouds] (Development with Docker / API Client)
- awesome-docker - contajners - An idiomatic, data-driven, REPL friendly Clojure client for OCI container engines. By [@lispyclouds][lispyclouds] (Development with Docker / API Client)
README
## conta*j*ners [](https://github.com/lispyclouds/contajners/actions?query=workflow%3ATests)
[](https://choosealicense.com/licenses/mit/)
[](https://clojurians.slack.com/messages/C0PME9N9X)
[](https://clojars.org/org.clojars.lispyclouds/contajners)[](https://book.babashka.org#badges)
An idiomatic, data-driven, REPL friendly Clojure client for [OCI](https://opencontainers.org/) complaint container engines inspired from Cognitect's AWS [client](https://github.com/cognitect-labs/aws-api).
#### This is improves over [clj-docker-client](https://github.com/into-docker/clj-docker-client) on various aspects and replaces it.
**The README here is for the current main branch and _may not reflect the released version_.**
Note: Newer versions of the API specs are added as and when they get released. Use this lib as a [git lib](https://clojure.org/guides/deps_and_cli#_using_git_libraries) to get all the latest API specs and releases to clojars would be done for new features and/or when requested. Please raise an issue or drop a message in the clojurians [slack channel](https://clojurians.slack.com/messages/C0PME9N9X) for this.
### Supported Engines
- [Docker](https://www.docker.com/)
- [Podman](https://podman.io/)### [Getting started](/doc/000-getting-started.md)
### [API](/doc/001-api.md)
### [General Guidelines](/doc/002-general-guidelines.md)## License
Copyright © 2021- Rahul De.
Distributed under the MIT License. See LICENSE.