From 873ede5189378b62e30f82c586bf5ce2ac0433a7 Mon Sep 17 00:00:00 2001 From: Sveinung Gundersen Date: Tue, 25 Jun 2024 13:05:22 +0200 Subject: [PATCH] Added arguments to support loopback to host, which stopped working by default in Podman 5.0 --- config/job_conf.yml.interactivetools.podman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/job_conf.yml.interactivetools.podman b/config/job_conf.yml.interactivetools.podman index b377c45f2c21..d634b2e7f83e 100644 --- a/config/job_conf.yml.interactivetools.podman +++ b/config/job_conf.yml.interactivetools.podman @@ -24,9 +24,9 @@ execution: docker_set_user: # For containers running as root (on the inside) - docker_run_extra_arguments: --security-opt label=disable + docker_run_extra_arguments: --security-opt label=disable --network slirp4netns:allow_host_loopback=true # Should work for containers with non-root user (on the inside) - #docker_run_extra_arguments: --userns=keep-id --security-opt label=disable + #docker_run_extra_arguments: --userns=keep-id --security-opt label=disable --network slirp4netns:allow_host_loopback=true # Change to home directory of the galaxy user, not the directory of the galaxy installation docker_cmd: HOME="/home/galaxy"; podman