funflow-1.3.2: Workflows with arrows

Safe HaskellNone
LanguageHaskell2010

Control.Funflow.External.Docker

Description

Module supporting the use of docker containers as external tasks.

In general, an external task can be any command. This module just makes it easier to specify certain tasks which will run inside docker containers. It handles constructing the call to docker, mounting input and output directories, and specifying the docker image and version to use.

Documentation