Liking cljdoc? Tell your friends :D

clj-docker-client.utils


config-ofclj

(config-of image)
(config-of image cmd)
(config-of image cmd env-vars)
(config-of image cmd env-vars port-bindings)
source

filter-hostclj

(filter-host s)
source

format-idclj

(format-id id)

Return docker SHA256 ids in the standard length

Return docker SHA256 ids in the standard length
sourceraw docstring

id-lengthclj

source

port-binding-default-publicclj

(port-binding-default-public bind)
source

port-configs-fromclj

(port-configs-from port-mapping)
source

sh-tokenize!clj

(sh-tokenize! command)

Tokenizes a shell command given as a string into the command and its args. Either returns a list of tokens or throws an IllegalStateException.

Sample input: sh -c 'while sleep 1; do echo "${RANDOM}"; done' Output: [sh, -c, while sleep 1; do echo "${RANDOM}"; done]

Tokenizes a shell command given as a string into the command and its args.
Either returns a list of tokens or throws an IllegalStateException.

Sample input: sh -c 'while sleep 1; do echo \"${RANDOM}\"; done'
Output: [sh, -c, while sleep 1; do echo "${RANDOM}"; done]
sourceraw docstring

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

× close