docker {
  enabled = true
  fixOwnership = true
}


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