Package | Description |
---|---|
org.jclouds.docker.compute.functions | |
org.jclouds.docker.compute.strategy | |
org.jclouds.docker.domain | |
org.jclouds.docker.features |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Integer> |
PublicPortForContainerPort.apply(Container container) |
com.google.common.base.Optional<Integer> |
LoginPortForContainer.LoginPortLookupChain.apply(Container input) |
com.google.common.base.Optional<Integer> |
CustomLoginPortFromImage.apply(Container container) |
NodeMetadata |
ContainerToNodeMetadata.apply(Container container) |
Modifier and Type | Method and Description |
---|---|
Container |
DockerComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Container> |
DockerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<Container> |
DockerComputeServiceAdapter.listNodes() |
Iterable<Container> |
DockerComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
Modifier and Type | Method and Description |
---|---|
Container |
Container.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) |
Modifier and Type | Method and Description |
---|---|
Container.Builder |
Container.Builder.fromContainer(Container in) |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerApi.createContainer(String name,
Config config) |
Container |
ContainerApi.inspectContainer(String containerId)
Return low-level information on the container id
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.