Interface ContainerInfo
-
@Immutable @Enclosing public interface ContainerInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceContainerInfo.Node
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringappArmorProfile()List<String>args()ContainerConfigconfig()Datecreated()Stringdriver()StringexecDriver()List<String>execIds()HostConfighostConfig()StringhostnamePath()StringhostsPath()Stringid()Stringimage()StringlogPath()StringmountLabel()List<ContainerMount>mounts()Stringname()NetworkSettingsnetworkSettings()ContainerInfo.Nodenode()This field is an extension defined by the Docker Swarm API, therefore it will only be populated when communicating with a Swarm cluster.Stringpath()StringprocessLabel()StringresolvConfPath()LongrestartCount()ContainerStatestate()
-
-
-
Method Detail
-
id
String id()
-
created
Date created()
-
path
String path()
-
config
ContainerConfig config()
-
hostConfig
HostConfig hostConfig()
-
state
ContainerState state()
-
image
String image()
-
networkSettings
NetworkSettings networkSettings()
-
resolvConfPath
String resolvConfPath()
-
hostnamePath
String hostnamePath()
-
hostsPath
String hostsPath()
-
name
String name()
-
driver
String driver()
-
execDriver
String execDriver()
-
processLabel
String processLabel()
-
mountLabel
String mountLabel()
-
appArmorProfile
String appArmorProfile()
-
logPath
String logPath()
-
restartCount
Long restartCount()
-
mounts
List<ContainerMount> mounts()
-
node
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.- Returns:
- the node information where the container is placed
-
-