Functions for running containers using Podman. We don't use the api here, because it requires a socket, which is not always available. Instead, we invoke the podman command as a child process and communicate with it using the standard i/o streams.
Functions for running containers using Podman. We don't use the api here, because it requires a socket, which is not always available. Instead, we invoke the podman command as a child process and communicate with it using the standard i/o streams.
(build-cmd-args job {:keys [build] :as conf})
Builds command line args for the podman executable
Builds command line args for the podman executable
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close