com.github.dockerjava.client.command
Class ListImagesCmd
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<ListImagesCmd,List<Image>>
com.github.dockerjava.client.command.ListImagesCmd
- All Implemented Interfaces:
- DockerCmd<List<Image>>
public class ListImagesCmd
- extends AbstrDockerCmd<ListImagesCmd,List<Image>>
List images
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListImagesCmd
public ListImagesCmd()
withShowAll
public ListImagesCmd withShowAll(boolean showAll)
withFilter
public ListImagesCmd withFilter(String filter)
impl
protected List<Image> impl()
Copyright © 2014. All rights reserved.