1.0.3
of clj-docker-client
is out now! It is an idiomatic, data-driven client for docker and now adds support for Mutual TLS with remote docker hosts and ability to read response streams when an exception is thrown! 😄
https://github.com/into-docker/clj-docker-client/releases/tag/1.0.3
This is just gorgeous. All the rest that forge does amounts to templating up some k8s manifests using Jinja2 (and we all know that Clojure would do this better with a fraction of the code).
This is fantastic, I am excited to try it. I wonder if anyone has tried it with GraalVM?
IIUC correctly it just communicates over a socket with the Docker daemon, so it seems like it should be workable with GraalVM. I am curious about a Clojure rewrite of https://forge.sh/ where fast startup time would be very valuable.