v3 - Remove the use of unshare + privileged mode and instead

use seccomp to filter for socket syscalls
This commit is contained in:
Victor Frazao 2021-03-30 18:21:40 -04:00
parent 01bc13d115
commit 0778cdb1cc
8 changed files with 76 additions and 9 deletions

View file

@ -3,7 +3,6 @@ version: '3.8'
services:
piston_api:
build: api
privileged: true
restart: always
ports:
- 6969:6969
@ -16,4 +15,4 @@ services:
build: repo
command: ['dart-2.12.1'] # Only build dart
volumes:
- .:/piston
- .:/piston