From 4d235226116ec89cd570809b5332d667568b3967 Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Fri, 24 May 2024 12:38:06 -0400 Subject: [PATCH] Remove docker.userEmulation > WARN: Undocumented setting `docker.userEmulation` is not supported any more - please remove it from your config This PR removes this unused option. --- nextflow.config | 1 - 1 file changed, 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 4d1e025..7788827 100644 --- a/nextflow.config +++ b/nextflow.config @@ -94,7 +94,6 @@ profiles { } docker { docker.enabled = true - docker.userEmulation = true conda.enabled = false singularity.enabled = false podman.enabled = false