dockerfiles/bcc-tools/entrypoint.sh

7 lines
87 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
set -o pipefail
mount -t debugfs none /sys/kernel/debug/
exec "$@"