Liking cljdoc? Tell your friends :D
Clojure only.

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 {:keys [job] :as rt})

Builds command line args for the podman executable

Builds command line args for the podman executable
sourceraw docstring

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

× close