iximiuz / cdebug

cdebug - a swiss army knife of container debugging
https://iximiuz.com/en/posts/docker-debug-slim-containers/
Apache License 2.0
1.23k stars 47 forks source link

ln: /proc/1/root/.cdebug-4de48802: Permission denied #37

Open xmxxiong opened 3 months ago

xmxxiong commented 3 months ago

cmd: cdebug exec -it kafka error: ln: /proc/1/root/.cdebug-4de48802: Permission denied os: mac os

xmxxiong commented 3 months ago

i use sudo cdebug exec -it kafka ,also get this error

iximiuz commented 3 months ago

Thanks for reporting! Have you tried cdebug exec --privileged -it kafka?