Skip to content

Commit

Permalink
class8: make the container privilleged
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyStoic committed Nov 10, 2024
1 parent 0c428da commit f8b30a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/class08/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
class-08-exploit-lab:
build: .
platform: linux/amd64 # important
privileged: true
security_opt:
- seccomp:/classes/class08/seccomp-profile.json
stop_grace_period: 0s
Expand Down

0 comments on commit f8b30a5

Please sign in to comment.