| Package | Description |
|---|---|
| com.spotify.docker.client |
| Modifier and Type | Method and Description |
|---|---|
static DockerClient.ExecStartParameter |
DockerClient.ExecStartParameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerClient.ExecStartParameter[] |
DockerClient.ExecStartParameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogStream |
DockerClient.execStart(String execId,
DockerClient.ExecStartParameter... params)
Starts a previously set up exec instance id.
|
LogStream |
DefaultDockerClient.execStart(String execId,
DockerClient.ExecStartParameter... params) |
Copyright © 2016. All rights reserved.