public class ContainerInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerInfo.Node |
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableList<String> |
args |
private ContainerConfig |
config |
private Date |
created |
private String |
driver |
private String |
execDriver |
private HostConfig |
hostConfig |
private String |
hostnamePath |
private String |
hostsPath |
private String |
id |
private String |
image |
private String |
mountLabel |
private String |
name |
private NetworkSettings |
networkSettings |
private ContainerInfo.Node |
node
This field is an extension defined by the Docker Swarm API, therefore it will only
be populated when communicating with a Swarm cluster.
|
private String |
path |
private String |
processLabel |
private String |
resolvConfPath |
private ContainerState |
state |
private com.google.common.collect.ImmutableMap<String,String> |
volumes |
private com.google.common.collect.ImmutableMap<String,Boolean> |
volumesRW |
| Constructor and Description |
|---|
ContainerInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
args() |
ContainerConfig |
config() |
Date |
created() |
String |
driver() |
boolean |
equals(Object o) |
String |
execDriver() |
int |
hashCode() |
HostConfig |
hostConfig() |
String |
hostnamePath() |
String |
hostsPath() |
String |
id() |
String |
image() |
String |
mountLabel() |
String |
name() |
NetworkSettings |
networkSettings() |
ContainerInfo.Node |
node() |
String |
path() |
String |
processLabel() |
String |
resolvConfPath() |
ContainerState |
state() |
String |
toString() |
Map<String,String> |
volumes() |
Map<String,Boolean> |
volumesRW() |
private String id
private Date created
private String path
private com.google.common.collect.ImmutableList<String> args
private ContainerConfig config
private HostConfig hostConfig
private ContainerState state
private String image
private NetworkSettings networkSettings
private String resolvConfPath
private String hostnamePath
private String hostsPath
private String name
private String driver
private String execDriver
private String processLabel
private String mountLabel
private ContainerInfo.Node node
public String id()
public Date created()
public String path()
public ContainerConfig config()
public HostConfig hostConfig()
public ContainerState state()
public String image()
public NetworkSettings networkSettings()
public String resolvConfPath()
public String hostnamePath()
public String hostsPath()
public String name()
public String driver()
public String execDriver()
public String processLabel()
public String mountLabel()
public ContainerInfo.Node node()
Copyright © 2016. All rights reserved.