1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
version: '3' services: safe_drive_jazzy: build: context: . stdin_open: true tty: true working_dir: "/safe_drive" volumes: - "../../:/safe_drive" cap_add: - SYS_PTRACE - SYS_ADMIN security_opt: - seccomp:unconfined privileged: true shm_size: '1gb'