clj-docker-client
the idiomatic, data driven docker client is hitting 1.0.0
soon !! Released 1.0.0-RC1
now: https://github.com/into-docker/clj-docker-client
Please try it out and would be happy to fix any final issues!
1.0.0
here we come! 🎉 🎉
Has anyone tried clj-docker-client with graalvm?
Hey @nate , the author here, welcome! Yes its known to work. Check out https://github.com/into-docker/into-docker as an example
Awesome! Will check that out.
Follow up question, what about use with babashka?
the thing is this uses https://square.github.io/okhttp/ and https://github.com/jnr/jnr-unixsocket as transitive dependencies via https://github.com/into-docker/unixsocket-http a lib that was made to talk to UNIX sockets. These need to be available to bb too which isnt the case now. Haven't tested if that already works.
Alternatively something a bit less optimized built on https://github.com/borkdude/babashka.curl could be done
Cool. Thanks for the information.
the unix sock thing can be solved by curl. its notoriously hard to talk HTTP over unix sockets on the JVM 😕
Indeed.
I don't have a pressing need for this right now, but I really like your library. Will keep it in my toolbox for next time.
Thanks a lot! Special thanks to @yannick.scherer for the recent changes specially in the unix and Graal domains. Hope the lib finds good use!