Modifier and Type | Method and Description |
---|---|
PruneCmd |
DockerClient.pruneCmd(PruneType pruneType)
Command to delete unused containers/images/networks/volumes
|
Modifier and Type | Method and Description |
---|---|
PruneCmd |
PruneCmd.withDangling(java.lang.Boolean dangling)
When set to true, prune only unused and untagged images.
|
PruneCmd |
PruneCmd.withLabelFilter(java.lang.String... label)
Prune containers with the specified labels
|
PruneCmd |
PruneCmd.withPruneType(PruneType pruneType) |
PruneCmd |
PruneCmd.withUntilFilter(java.lang.String until)
Prune containers created before this timestamp
Meaningful only for CONTAINERS and IMAGES prune type
|
Modifier and Type | Method and Description |
---|---|
PruneCmd |
DockerClientImpl.pruneCmd(PruneType pruneType) |
Modifier and Type | Class and Description |
---|---|
class |
PruneCmdImpl
Delete unused content (containers, images, volumes, networks, build relicts)
|
Modifier and Type | Method and Description |
---|---|
PruneCmd |
PruneCmdImpl.withDangling(java.lang.Boolean dangling) |
PruneCmd |
PruneCmdImpl.withLabelFilter(java.lang.String... labels) |
PruneCmd |
PruneCmdImpl.withPruneType(PruneType pruneType) |
PruneCmd |
PruneCmdImpl.withUntilFilter(java.lang.String until) |
Modifier and Type | Method and Description |
---|---|
protected PruneResponse |
PruneCmdExec.execute(PruneCmd command) |
Modifier and Type | Method and Description |
---|---|
protected PruneResponse |
PruneCmdExec.execute(PruneCmd command) |
Copyright © 2019. All Rights Reserved.