github.com/ggreg80/ketos@v0.0.0-20171109040536-049616f51ddb/testdata/ptrace-syscall/docker-compose.yml (about) 1 version: '3' 2 services: 3 4 ptrace-syscall: 5 build: . 6 command: /go/bin/strace-from-scratch echo hello world 7 cap_add: 8 - SYS_PTRACE