Liking cljdoc? Tell your friends :D

monkey.ci.containers.podman

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.
raw docstring

build-cmd-argsclj

(build-cmd-args job {:keys [build] :as conf})

Builds command line args for the podman executable

Builds command line args for the podman executable
sourceraw docstring

get-job-idclj

(get-job-id job build)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close