xianlubird / mydocker

<<自己动手写docker>> 源码
Apache License 2.0
1.98k stars 560 forks source link

/proc/self/exe #9

Closed timchenxiaoyu closed 7 years ago

timchenxiaoyu commented 7 years ago

请问,为啥通过/proc/self/exe 而不是直接调用init方法,有啥区别?

xianlubird commented 7 years ago

@timchenxiaoyu init 方法会执行其他一些初始化操作,有些和本代码无关。 不如直接调用/proc/self/exe 简单干净好理解。