Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

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.

...