Skip to content
Tianhao Wang edited this page May 21, 2024 · 8 revisions

Notes for developers

debugging host syscalls with strace

  1. launch quark container, add --pid=host to the docker command
  2. in the host (-f is to follow forks)
    sudo strace  -f -p $(pidof quark_d)
    
Clone this wiki locally