Skip to content

Commit

Permalink
Merge pull request #18439 from sveinugu/podman5_fix
Browse files Browse the repository at this point in the history
Fixed Podman 5 issue in sample job config file
  • Loading branch information
jdavcs authored Jul 1, 2024
2 parents a01d2f5 + 873ede5 commit d6134fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/job_conf.yml.interactivetools.podman
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6134fd

Please sign in to comment.