Add markdown formatter (#1071)

This commit is contained in:
Kerem Kat
2024-12-07 01:37:33 +01:00
committed by GitHub
parent 9c37bb0f62
commit 5fe149a639
17 changed files with 322 additions and 274 deletions

View File

@@ -15,6 +15,7 @@ absolute path as on the host.
By default, Docker container restricts the access to `perf_event_open`
syscall. There are 3 alternatives to allow profiling in a container:
1. You can modify the [seccomp profile](https://docs.docker.com/engine/security/seccomp/)
or disable it altogether with `--security-opt seccomp=unconfined` option. In
addition, `--cap-add SYS_ADMIN` may be required.