docker {
  enabled    = true
  // Apply these options to every `docker run` Nextflow executes
  runOptions = '--platform linux/amd64 --network none'
}

process {
  container = 'alpine:latest'
}