Skip to content
Snippets Groups Projects
biohpc_docker.config 288 B
Newer Older
docker {
  enabled = true
}


process {
    executor = 'local'
    withName:uppercase {
        container = 'ubuntu:latest'
    }
    withName:tolines {
        container = 'ubuntu:latest'
    }
    withName:wordcounts {
        container = 'centos:centos8'