Interface ContainerInfo
@Immutable
@Enclosing
public interface ContainerInfo
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
id
String id() -
created
Date created() -
path
String path() -
args
-
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() -
execIds
-
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
-