Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDockerContext ¶
NewDockerContext creates a new Context containing a DRMAA2 session manager which is capable for creating Docker containers.
func NewDockerContextByCfg ¶
NewDockerContextByCfg creates a new Context based on the given DockerConfig.
Types ¶
type Config ¶
type Config struct { DBFile string DefaultDockerImage string DefaultTemplate drmaa2interface.JobTemplate }
Config determines configuration options for the Docker containers which are created by the Workflow. A common use-case is setting a default Docker image, which is used when Run() is called or when RunT() is used but the job category is not set in the job template.
Click to show internal directories.
Click to hide internal directories.