You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi I'm new to runc and trying to learn runc from reading the docs and source code.
Looking into the method to start a process in runc, I found it creates and starts a parent process first.
If the Init flag is true, it starts a init parent process.
If the Init flag is false, it starts a setns parent process.
There are multiple differences between them but I noticed major difference of setns comparing to init is setns did a execSetns step.
In run command Init is true but in exec command Init is false.
Could anyone help me understand:
Beta Was this translation helpful? Give feedback.
All reactions