Class DockerCreateRequest
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.rest.DockerCreateRequest
A request to 
docker create.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DockerCreateRequest- Parameters:
- image- The image to instantiate.
- cmd- The command to run (as list of arguments).
 
 
- 
- 
Method Details- 
getImage- Returns:
- The image to instantiate.
 
- 
setImage- Parameters:
- image- the image to set
 
- 
getCmd- Returns:
- The command to run (as list of arguments).
 
- 
setCmd- Parameters:
- cmd- the cmd to set
 
 
-