public class Docker extends Object
| Constructor and Description |
|---|
Docker() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getForcePullImage() |
String |
getImage() |
String |
getNetwork() |
Collection<Port> |
getPortMappings() |
void |
setForcePullImage(Boolean forcePullImage) |
void |
setImage(String image) |
void |
setNetwork(String network) |
void |
setPortMappings(Collection<Port> portMappings) |
String |
toString() |
public Boolean getForcePullImage()
public void setForcePullImage(Boolean forcePullImage)
public String getImage()
public void setImage(String image)
public String getNetwork()
public void setNetwork(String network)
public Collection<Port> getPortMappings()
public void setPortMappings(Collection<Port> portMappings)
Copyright © 2015. All rights reserved.