Skip to content

Commit

Permalink
Remove docker.userEmulation
Browse files Browse the repository at this point in the history
This option is about to be stripped out of Nextflow itself, so we need to remove it from the nf-core template.

See nextflow-io/nextflow#4596
  • Loading branch information
ewels authored Dec 18, 2023
1 parent 9ab896c commit bec0e40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ profiles {
}
docker {
docker.enabled = true
docker.userEmulation = true
conda.enabled = false
singularity.enabled = false
podman.enabled = false
Expand Down

0 comments on commit bec0e40

Please sign in to comment.