object DockerProcess
COMMAND |
const val COMMAND: 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 |