public class ContainerInspectResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerInspectResponse.ContainerState |
class |
ContainerInspectResponse.NetworkSettings |
| Modifier and Type | Field and Description |
|---|---|
ContainerConfig |
config |
| Constructor and Description |
|---|
ContainerInspectResponse() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArgs() |
ContainerConfig |
getConfig() |
String |
getCreated() |
String |
getDriver() |
String |
getHostnamePath() |
String |
getHostsPath() |
String |
getId() |
String |
getImage() |
String |
getName() |
ContainerInspectResponse.NetworkSettings |
getNetworkSettings() |
String |
getPath() |
String |
getResolvConfPath() |
ContainerInspectResponse.ContainerState |
getState() |
String |
getSysInitPath() |
Map<String,String> |
getVolumes() |
Map<String,String> |
getVolumesRW() |
String |
toString() |
public ContainerConfig config
public String getDriver()
public String getHostnamePath()
public String getHostsPath()
public String getName()
public String getId()
public String getCreated()
public String getPath()
public String[] getArgs()
public ContainerConfig getConfig()
public ContainerInspectResponse.ContainerState getState()
public String getImage()
public ContainerInspectResponse.NetworkSettings getNetworkSettings()
public String getSysInitPath()
public String getResolvConfPath()
Copyright © 2014. All rights reserved.