Modifier and Type | Method and Description |
---|---|
ListImagesCmd |
DockerClient.listImagesCmd() |
Modifier and Type | Method and Description |
---|---|
ListImagesCmd |
ListImagesCmd.withDanglingFilter(Boolean dangling)
Filter dangling images
|
ListImagesCmd |
ListImagesCmd.withImageNameFilter(String imageName) |
ListImagesCmd |
ListImagesCmd.withLabelFilter(Map<String,String> labels) |
ListImagesCmd |
ListImagesCmd.withLabelFilter(String... label) |
ListImagesCmd |
ListImagesCmd.withShowAll(Boolean showAll)
Show all images (by default filter out the intermediate images used to build)
|
Modifier and Type | Method and Description |
---|---|
ListImagesCmd |
DockerClientImpl.listImagesCmd() |
Modifier and Type | Class and Description |
---|---|
class |
ListImagesCmdImpl
List images
|
Modifier and Type | Method and Description |
---|---|
ListImagesCmd |
ListImagesCmdImpl.withDanglingFilter(Boolean dangling) |
ListImagesCmd |
ListImagesCmdImpl.withImageNameFilter(String imageNameFilter) |
ListImagesCmd |
ListImagesCmdImpl.withLabelFilter(Map<String,String> labels) |
ListImagesCmd |
ListImagesCmdImpl.withLabelFilter(String... labels) |
ListImagesCmd |
ListImagesCmdImpl.withShowAll(Boolean showAll) |
Modifier and Type | Method and Description |
---|---|
protected List<Image> |
ListImagesCmdExec.execute(ListImagesCmd command) |
Modifier and Type | Method and Description |
---|---|
protected List<Image> |
ListImagesCmdExec.execute(ListImagesCmd command) |
Copyright © 2016. All Rights Reserved.