...
Any image that can be pulled from Docker Hub, or that is publicly accessible on the web, can be used for post-processing by calling the docker() function (*subject to specs of instance types used):
| Code Block | ||
|---|---|---|
| ||
charityengine.docker(image, commandline, inputfile) PARAMETERS image // DockerHub Name or URL 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] |
...