lispyclouds / contajners

An idiomatic, data-driven, REPL friendly clojure client for OCI container engines
https://cljdoc.org/d/org.clojars.lispyclouds/contajners/
MIT License
134 stars 6 forks source link

fix option name; remove debug print #23

Closed obarbeau closed 1 year ago

obarbeau commented 1 year ago

Hi there!

When using contajners with Babashka, curl arguments are populated by contajners.sci-runtime/client. It seems that there's an error with the call-timeout-ms option: It should be "--max-time" rather than "--max-timeout". Please see https://curl.se/docs/manpage.html#-m.

Also there's something that looks like a forgotten debug in the same contajners.sci-runtime namespace.

lispyclouds commented 1 year ago

Like they say, the more people use it the more fun things you find! Thanks a lot!