Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Runs a docker command in a new container and then optionally destroys the container when complete.  Useful for running functions as containers.

Environment/Instance Properties

Property Name

Property Code

Required

Description





Project Properties

Property Name

Property Code

Required

Description





Inputs

Input Name

Input Code

Required

Description

Image NameFDDKR_INP_IMAGE_NAMEYesImage to create the container with
Container Standard InFDDKR_INP_CONTAINER_STANDARD_INNoAny standard in you want to pass to the container when it starts.  This is usually a parameter to an ENTRYPOINT.
Remove ContainerFDDKR_INP_REMOVE_CONTAINERNoShould the container be removed after the run completes.

Outputs

Output Name

Required

Description




Artifacts

This operation doesn’t consume or produce any artifacts.


Endpoint Selection

This operation delegates the selection to the workflow developer to determine.


Endpoint Execution

This operations delegates the execution to the workflow developer to decide.


Special Considerations

Due to the features included in this operation, it requires the docker executable to be on the path of the docker endpoint.


  • No labels