com.github.dockerjava.api.command
Interface ListImagesCmd
- All Superinterfaces:
- DockerCmd<List<Image>>
- All Known Implementing Classes:
- ListImagesCmdImpl
public interface ListImagesCmd
- extends DockerCmd<List<Image>>
List images
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd |
exec |
getFilters
String getFilters()
hasShowAllEnabled
boolean hasShowAllEnabled()
withShowAll
ListImagesCmd withShowAll(boolean showAll)
withFilters
ListImagesCmd withFilters(String filters)
Copyright © 2014. All Rights Reserved.