public interface ListImagesCmd extends SyncDockerCmd<List<Image>>
Modifier and Type | Interface and Description |
---|---|
static interface |
ListImagesCmd.Exec |
Modifier and Type | Method and Description |
---|---|
String |
getFilters() |
boolean |
hasShowAllEnabled() |
ListImagesCmd |
withFilters(String filters) |
ListImagesCmd |
withShowAll(boolean showAll) |
exec
String getFilters()
boolean hasShowAllEnabled()
ListImagesCmd withShowAll(boolean showAll)
ListImagesCmd withFilters(String filters)
Copyright © 2015. All Rights Reserved.