I'm very interested in hacking docker(moby) container engine. How can I debug the docker process (how to attach to the process etc)? And is there any good reference for hacking of docker?
Asked
Active
Viewed 130 times
2
-
See this https://github.com/moby/moby/blob/master/CONTRIBUTING.md – Tarun Lalwani Aug 15 '17 at 06:10
-
1Thanks, but I don't think it says any concrete steps to debug the docker. – nutss Aug 15 '17 at 06:22