Package | Description |
---|---|
org.jclouds.docker.domain |
Modifier and Type | Method and Description |
---|---|
abstract ExecCreateParams.Builder |
ExecCreateParams.Builder.attachStderr(boolean b) |
abstract ExecCreateParams.Builder |
ExecCreateParams.Builder.attachStdout(boolean b) |
static ExecCreateParams.Builder |
ExecCreateParams.builder()
Creates builder for
ExecCreateParams , it sets
ExecCreateParams.attachStderr() and ExecCreateParams.attachStdout() to true as a default. |
abstract ExecCreateParams.Builder |
ExecCreateParams.Builder.cmd(List<String> cmd) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.