Uses of Class
org.jclouds.docker.domain.Container
Packages that use Container
Package
Description
-
Uses of Container in org.jclouds.docker.compute.functions
Methods in org.jclouds.docker.compute.functions with parameters of type Container -
Uses of Container in org.jclouds.docker.compute.strategy
Methods in org.jclouds.docker.compute.strategy that return ContainerMethods in org.jclouds.docker.compute.strategy that return types with arguments of type ContainerModifier and TypeMethodDescriptionDockerComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) DockerComputeServiceAdapter.listNodes()
DockerComputeServiceAdapter.listNodesByIds
(Iterable<String> ids) -
Uses of Container in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return ContainerModifier and TypeMethodDescriptionContainer.Builder.build()
static Container
Container.create
(String id, Date created, String path, String name, List<String> args, Config config, State state, String image, NetworkSettings networkSettings, String sysInitPath, String resolvConfPath, Map<String, String> volumes, HostConfig hostConfig, String driver, String execDriver, Map<String, Boolean> volumesRW, String command, String status, List<Port> ports, String hostnamePath, String hostsPath, String mountLabel, String processLabel, com.google.common.base.Optional<Node> node) Methods in org.jclouds.docker.domain with parameters of type Container -
Uses of Container in org.jclouds.docker.features
Methods in org.jclouds.docker.features that return ContainerModifier and TypeMethodDescriptionContainerApi.createContainer
(String name, Config config) ContainerApi.inspectContainer
(String containerId) Return low-level information on the container id