Skip to content

Commit

Permalink
Explicit /sys/fs/cgroup volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Feb 18, 2024
1 parent 9ae090b commit f943b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- run: cat /sys/fs/cgroup/user.slice/user-$(id -u).slice/user@$(id -u).service/cgroup.controllers
- run: docker run --rm busybox cat /proc/self/uid_map
- run: docker run --rm busybox mount
- run: docker run --rm -v /sys/fs/cgroup:/sys/fs/cgroup busybox mount
- run: docker run --rm busybox cat /proc/self/cgroup

0 comments on commit f943b27

Please sign in to comment.