object DockerProcess
COMMAND |
const val COMMAND: String |
commandToArgs |
Splits command to arguments usually delimited by space while considering quoted string containing spaces as single argument. fun commandToArgs(command: String): List<String> |
exec |
fun exec(options: ProcBuilder.() -> Unit): ProcResult |
execQuietly |
fun execQuietly(options: ProcBuilder.() -> Unit): ProcResult |
execSpec |
fun execSpec(spec: DockerSpec): DockerResult |
execString |
fun execString(options: ProcBuilder.() -> Unit): String |