| Package | Description |
|---|---|
| com.spotify.docker.client |
| Modifier and Type | Method and Description |
|---|---|
static DockerClient.ExecParameter |
DockerClient.ExecParameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerClient.ExecParameter[] |
DockerClient.ExecParameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DockerClient.execCreate(String containerId,
String[] cmd,
DockerClient.ExecParameter... params)
Sets up an exec instance in a running container id.
|
String |
DefaultDockerClient.execCreate(String containerId,
String[] cmd,
DockerClient.ExecParameter... params) |
Copyright © 2015. All rights reserved.