Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T20:05:02.000Z (about 1 month ago)
- Last Synced: 2024-12-08T02:04:15.366Z (14 days ago)
- Topics: babashka, clojure, containers, docker, hacktoberfest, jvm, oci, podman
- Language: Clojure
- Homepage: https://cljdoc.org/d/org.clojars.lispyclouds/contajners/
- Size: 189 KB
- Stars: 135
- Watchers: 8
- Forks: 6
- 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)
README
## conta*j*ners [![](https://github.com/lispyclouds/contajners/workflows/Tests/badge.svg)](https://github.com/lispyclouds/contajners/actions?query=workflow%3ATests)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://choosealicense.com/licenses/mit/)
[![project chat](https://img.shields.io/badge/slack-join_chat-brightgreen.svg)](https://clojurians.slack.com/messages/C0PME9N9X)
[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.lispyclouds/contajners.svg)](https://clojars.org/org.clojars.lispyclouds/contajners)[![bb compatible](https://raw.githubusercontent.com/babashka/babashka/master/logo/badge.svg)](https://babashka.org)
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.