(config-of image)(config-of image cmd)(config-of image cmd env-vars)(config-of image cmd env-vars port-bindings working-dir user)(format-id id)Return docker SHA256 ids in the standard length
Return docker SHA256 ids in the standard length
(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]cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |