/dhall-nomad-v1.0.0/types/TaskConfig.dhall

Copy path to clipboard

Source

let Prelude = ../Prelude.dhall

let JSON = Prelude.JSON.Type

in < Docker : ./Docker/DockerConfig.dhall
| RawExec : ./RawExec.dhall
| Custom : JSON
>