public static class DockerClient.ExecCreateParam extends Object
| Modifier and Type | Method and Description |
|---|---|
static DockerClient.ExecCreateParam |
attachStderr()
Attach standard error
|
static DockerClient.ExecCreateParam |
attachStderr(boolean attachStderr)
Attach standard error
|
static DockerClient.ExecCreateParam |
attachStdin()
Attach standard input
|
static DockerClient.ExecCreateParam |
attachStdin(boolean attachStdin)
Attach stdin
|
static DockerClient.ExecCreateParam |
attachStdout()
Attach standard ouput
|
static DockerClient.ExecCreateParam |
attachStdout(boolean attachStdout)
Attach standard ouput
|
static DockerClient.ExecCreateParam |
detach()
Execute in detached mode
|
static DockerClient.ExecCreateParam |
detach(boolean detach)
Execute in detached mode
|
String |
name() |
static DockerClient.ExecCreateParam |
privileged()
Give extended privileges to the command
|
static DockerClient.ExecCreateParam |
privileged(boolean privileged)
Give extended privileges to the command
|
static DockerClient.ExecCreateParam |
tty()
Attach standard streams to a tty.
|
static DockerClient.ExecCreateParam |
tty(boolean tty)
Attach standard streams to a tty.
|
static DockerClient.ExecCreateParam |
user(String user)
User that will run the command
|
String |
value() |
public String name()
public String value()
public static DockerClient.ExecCreateParam detach(boolean detach)
detach - Whether to detach.public static DockerClient.ExecCreateParam detach()
public static DockerClient.ExecCreateParam attachStdin(boolean attachStdin)
attachStdin - Whether to attach the standard input which allows user interaction.public static DockerClient.ExecCreateParam attachStdin()
public static DockerClient.ExecCreateParam attachStderr(boolean attachStderr)
attachStderr - Whether to attach standout errorpublic static DockerClient.ExecCreateParam attachStderr()
public static DockerClient.ExecCreateParam attachStdout(boolean attachStdout)
attachStdout - Whether to attach standard outputpublic static DockerClient.ExecCreateParam attachStdout()
public static DockerClient.ExecCreateParam privileged(boolean privileged)
privileged - Whether to give extended privileges to the commandpublic static DockerClient.ExecCreateParam privileged()
public static DockerClient.ExecCreateParam tty(boolean tty)
tty - Whether to attach standard streams to a tty.public static DockerClient.ExecCreateParam tty()
public static DockerClient.ExecCreateParam user(String user)
user - userCopyright © 2016. All rights reserved.