com.github.dockerjava.client.command
Class ListContainersCmd
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<ListContainersCmd,List<Container>>
com.github.dockerjava.client.command.ListContainersCmd
- All Implemented Interfaces:
- DockerCmd<List<Container>>
public class ListContainersCmd
- extends AbstrDockerCmd<ListContainersCmd,List<Container>>
List containers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListContainersCmd
public ListContainersCmd()
withShowAll
public ListContainersCmd withShowAll(boolean showAll)
withShowSize
public ListContainersCmd withShowSize(boolean showSize)
withLimit
public ListContainersCmd withLimit(int limit)
withSince
public ListContainersCmd withSince(String since)
withBefore
public ListContainersCmd withBefore(String before)
impl
protected List<Container> impl()
Copyright © 2014. All rights reserved.