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 |
getFilter
String getFilter()
hasShowAllEnabled
boolean hasShowAllEnabled()
withShowAll
ListImagesCmd withShowAll(boolean showAll)
withFilter
ListImagesCmd withFilter(String filter)
Copyright © 2014. All rights reserved.