Skip to content

Commit

Permalink
rm cgroup parent slice
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Dec 13, 2024
1 parent 493e821 commit 23bb3f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/config/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ profiles {
}
docker_self_hosted {
docker.enabled = true
docker.userEmulation = true
docker.fixOwnership = false
docker.runOptions = '--platform=linux/amd64 --security-opt=no-new-privileges --cgroup-parent=/system.slice --userns=host'
docker.userEmulation = false
docker.fixOwnership = true
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64 --security-opt=no-new-privileges'
}
arm {
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
Expand Down

0 comments on commit 23bb3f6

Please sign in to comment.