Uses of Class
com.spotify.docker.client.messages.Container
Packages that use Container
-
Uses of Container in com.spotify.docker.client
Fields in com.spotify.docker.client with type parameters of type ContainerMethods in com.spotify.docker.client that return types with arguments of type ContainerModifier and TypeMethodDescriptionDefaultDockerClient.listContainers
(DockerClient.ListContainersParam... params) DockerClient.listContainers
(DockerClient.ListContainersParam... params) List docker containers. -
Uses of Container in com.spotify.docker.client.messages
Subclasses of Container in com.spotify.docker.client.messagesMethods in com.spotify.docker.client.messages that return ContainerModifier and TypeMethodDescription(package private) static Container
Container.create
(String id, List<String> names, String image, String imageId, String command, Long created, String state, String status, List<Container.PortMapping> ports, Map<String, String> labels, Long sizeRw, Long sizeRootFs, NetworkSettings networkSettings, List<ContainerMount> mounts)