public static class LocalDeployerProperties.Docker extends Object
Constructor and Description |
---|
Docker() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNetwork() |
String |
getPortMappings() |
LocalDeployerProperties.PortRange |
getPortRange() |
String |
getVolumeMounts() |
int |
hashCode() |
boolean |
isDeleteContainerOnExit() |
void |
setDeleteContainerOnExit(boolean deleteContainerOnExit) |
void |
setNetwork(String network) |
void |
setPortMappings(String portMappings) |
void |
setVolumeMounts(String volumeMounts) |
public LocalDeployerProperties.PortRange getPortRange()
public String getNetwork()
public void setNetwork(String network)
public boolean isDeleteContainerOnExit()
public void setDeleteContainerOnExit(boolean deleteContainerOnExit)
public String getPortMappings()
public void setPortMappings(String portMappings)
public String getVolumeMounts()
public void setVolumeMounts(String volumeMounts)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.