public interface Container
| Modifier and Type | Interface and Description |
|---|---|
static class |
Container.PortBinding |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated() |
String |
getId() |
String |
getImage() |
String |
getIPAddress()
IP Adress of the container if provided
|
Map<String,String> |
getLabels() |
String |
getName() |
Map<String,Container.PortBinding> |
getPortBindings() |
boolean |
isRunning() |
long getCreated()
String getId()
String getImage()
String getName()
Map<String,Container.PortBinding> getPortBindings()
boolean isRunning()
String getIPAddress()
null if not provided.Copyright © 2016. All Rights Reserved.