| Package | Description |
|---|---|
| com.github.dockerjava.api | |
| com.github.dockerjava.api.command | |
| com.github.dockerjava.api.model |
| Modifier and Type | Method and Description |
|---|---|
PruneCmd |
DockerClientDelegate.pruneCmd(PruneType pruneType) |
PruneCmd |
DockerClient.pruneCmd(PruneType pruneType)
Command to delete unused containers/images/networks/volumes
|
| Modifier and Type | Method and Description |
|---|---|
PruneType |
PruneCmd.getPruneType() |
| Modifier and Type | Method and Description |
|---|---|
PruneCmd |
PruneCmd.withPruneType(PruneType pruneType) |
| Modifier and Type | Method and Description |
|---|---|
static PruneType |
PruneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PruneType[] |
PruneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.