...
A variety of post-processing functions are available based on applications that are compatible with the Charity Engine network.
Docker Applications
Any
...
image
...
that
...
can
...
be
...
pulled
...
from
...
Docker
...
Hub
...
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 // Name 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] |
...