Class DockerCreateRequest
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.rest.DockerCreateRequest
A request to
docker create.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DockerCreateRequest
- Parameters:
image- The image to instantiate.cmd- The command to run (as list of arguments).networkName- The name of the network to connect to, or null for default
-
-
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
-
getNetworkingConfig
-