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 committed Dec 19, 2023
1 parent 88df2ed commit f3fa0f0
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 @@ -114,7 +114,6 @@ profiles {
}
docker {
docker.enabled = true
docker.userEmulation = true
conda.enabled = false
singularity.enabled = false
podman.enabled = false
Expand Down

0 comments on commit f3fa0f0

Please sign in to comment.