Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command |
Modifier and Type | Method and Description |
---|---|
PruneCmd |
DockerClient.pruneCmd(PruneType pruneType)
Command to delete unused containers/images/networks/volumes
|
PruneCmd |
DockerClientDelegate.pruneCmd(PruneType pruneType) |
Modifier and Type | Method and Description |
---|---|
PruneCmd |
PruneCmd.withDangling(Boolean dangling)
When set to true, prune only unused and untagged images.
|
PruneCmd |
PruneCmd.withLabelFilter(String... label)
Prune containers with the specified labels
|
PruneCmd |
PruneCmd.withPruneType(PruneType pruneType) |
PruneCmd |
PruneCmd.withUntilFilter(String until)
Prune containers created before this timestamp
Meaningful only for CONTAINERS and IMAGES prune type
|
Copyright © 2023. All rights reserved.