| Package | Description |
|---|---|
| com.spotify.docker.client |
| Modifier and Type | Method and Description |
|---|---|
static DockerClient.Signal |
DockerClient.Signal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerClient.Signal[] |
DockerClient.Signal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDockerClient.killContainer(String containerId,
DockerClient.Signal signal) |
void |
DockerClient.killContainer(String containerId,
DockerClient.Signal signal)
Kill a docker container.
|
Copyright © 2019. All rights reserved.