Liking cljdoc? Tell your friends :D

lib.docker


get-ipclj

(get-ip container-id)

gets the ip of a container

gets the ip of a container
raw docstring

has-container?clj

(has-container? {:keys [id group] :or {group "testing"}})

checks that a container exists

checks that a container exists
raw docstring

list-containersclj

(list-containers)
(list-containers opts tail)

gets all local containers

(list-containers) => vector?

gets all local containers

(list-containers)
=> vector?
raw docstring

raw-commandclj

(raw-command command & [opts tail])

executes a docker command

executes a docker command
raw docstring

raw-execclj

(raw-exec args opts)

executes a shell command

executes a shell command
raw docstring

start-containerclj

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

start-reapedclj

(start-reaped {:keys [group id image cmd flags labels environment volumes ports
                      remove detached]
               :as m
               :or {group "testing"}})

starts a reaped container

starts a reaped container
raw docstring

start-runtimeclj

(start-runtime rt container)

starts a runtime with attached container

starts a runtime with attached container
raw docstring

start-ryukclj

(start-ryuk)

starts the reaper

starts the reaper
raw docstring

stop-all-reapedclj

(stop-all-reaped)

stops all reaped

stops all reaped
raw docstring

stop-containerclj

(stop-container {:keys [group id] :as m :or {group "testing"}})

stops a container

stops a container
raw docstring

stop-runtimeclj

(stop-runtime rt container)

stops a runtime with attached container

stops a runtime with attached container
raw docstring

stop-ryukclj

(stop-ryuk)

stops the reaper

stops the reaper
raw docstring

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

× close