Class DockerHelper
java.lang.Object
org.nuxeo.ecm.platform.threed.convert.DockerHelper
Helper class to get java runtime owner user id
- Since:
- 8.10
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecResult
static ExecResult
CreateContainer
(String name, String image) static ExecResult
RemoveContainer
(String name)
-
Field Details
-
CREATE_CONTAINER_COMMAND
- See Also:
-
REMOVE_CONTAINER_COMMAND
- See Also:
-
COPY_CONTAINER_COMMAND
- See Also:
-
NAME_PARAM
- See Also:
-
IMAGE_PARAM
- See Also:
-
SOURCE_PARAM
- See Also:
-
DEST_PARAM
- See Also:
-
-
Constructor Details
-
DockerHelper
public DockerHelper()
-
-
Method Details
-
CreateContainer
-
RemoveContainer
-
CopyData
-