Skip to content

Commit

Permalink
fix: add cgroupns=host to compose evaluator.
Browse files Browse the repository at this point in the history
There was a problem running on a cgroupv2 (arch) host. For more, see google/nsjail#196.
  • Loading branch information
Gregofi committed May 20, 2024
1 parent b648dfc commit 9cf93ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ services:
start_period: 10s
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
cgroup: host

statserver:
build: statserver
Expand Down

0 comments on commit 9cf93ce

Please sign in to comment.