Commit Graph

2 Commits

Author SHA1 Message Date
ComixHe dd79e38949 fix: remove setsid from dumb-init
The pts inside the current container are inherited from outside

Signed-off-by: ComixHe <ComixHe1895@outlook.com>
2025-07-02 15:39:44 +08:00
ComixHe 963e00d928 feat: vendoring 'dumb-init' as container init
project source: https://github.com/Yelp/dumb-init

We need an init process to forwarding signal and cleaning orphaned zombie processes.
In above cases, it is more convenent that replacing bash with dumb-init

Signed-off-by: ComixHe <heyuming@deepin.org>
2025-04-10 16:52:23 +08:00