public class ContainerRecord extends Object implements Serializable
DockerRunFingerprintFacet,
Serialized Form| Constructor and Description |
|---|
ContainerRecord(String host,
String containerId,
String imageId,
String containerName,
long created,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContainerId()
64byte sha1 container ID.
|
String |
getContainerName()
Human readable container name.
|
long |
getCreated()
When was this container created?
|
String |
getHost()
The host name on which the container is run.
|
String |
getImageId()
Get the ID of the image from which this container was started.
|
Map<String,String> |
getTags()
Additional user-specified context information submitted from clients.
|
int |
hashCode() |
void |
setImageId(String imageId)
Set the image ID of the image from which this container was started.
|
public String getHost()
public String getContainerId()
public String getImageId()
public void setImageId(@Nonnull String imageId)
imageId - The image ID of the image from which this container was started.public String getContainerName()
public long getCreated()
public Map<String,String> getTags()
Copyright © 2016–2019. All rights reserved.