Package org.jclouds.docker.domain
Class Container
java.lang.Object
org.jclouds.docker.domain.Container
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionargs()
static Container.Builder
builder()
abstract String
command()
abstract Config
config()
static 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) abstract Date
created()
abstract String
driver()
abstract String
abstract HostConfig
abstract String
abstract String
abstract String
id()
abstract String
image()
abstract String
abstract String
name()
abstract NetworkSettings
abstract com.google.common.base.Optional
<Node> node()
abstract String
path()
ports()
abstract String
abstract String
abstract State
state()
abstract String
status()
abstract String
volumes()
-
Method Details
-
id
-
created
-
path
-
name
-
args
-
config
-
state
-
image
-
networkSettings
-
sysInitPath
-
resolvConfPath
-
volumes
-
hostConfig
-
driver
-
execDriver
-
volumesRW
-
command
-
status
-
ports
-
hostnamePath
-
hostsPath
-
mountLabel
-
processLabel
-
node
-
create
public static 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) -
builder
-
toBuilder
-