(has-container? {:keys [id group] :or {group "testing"}})
checks that a container exists
checks that a container exists
(list-containers)
(list-containers opts tail)
gets all local containers
(list-containers) => vector?
gets all local containers (list-containers) => vector?
(raw-command command & [opts tail])
executes a docker command
executes a docker command
(start-container {:keys [group id image cmd flags labels volumes environment
ports expose remove detached no-host]
:as m
:or {remove true detached true group "testing"}}
&
[repeat])
starts a container
starts a container
(stop-container {:keys [group id] :as m :or {group "testing"}})
stops a container
stops a container
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close