public class Container extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Container.PortMapping |
| Modifier and Type | Field and Description |
|---|---|
private String |
command |
private Long |
created |
private String |
id |
private String |
image |
private com.google.common.collect.ImmutableList<String> |
names |
private com.google.common.collect.ImmutableList<Container.PortMapping> |
ports |
private Long |
sizeRootFs |
private Long |
sizeRw |
private String |
status |
| Constructor and Description |
|---|
Container() |
private String id
private com.google.common.collect.ImmutableList<String> names
private String image
private String command
private Long created
private String status
private com.google.common.collect.ImmutableList<Container.PortMapping> ports
private Long sizeRw
private Long sizeRootFs
Copyright © 2014. All rights reserved.