Versions Compared

Key

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

...

Code Block
languagejs
charityengine.docker(image, commandline, inputfile)
PARAMETERS
  image // DockerHubURL or NameDocker orHub URLname of the Docker image to run [string] [required]
  commandline // Command to execute within the container [string] [required]
  inputfile // Names of local files to use as input [array of string]

...