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
For consistency for the container isolation use case, let's use in init
the same exit codes as chroot and podman do:
125: "init" cannot set up the environment inside the microVM.
126: "init" can find the executable to be run inside the microVM but cannot not execute it.
127: "init" cannot find the executable to be run inside the microVM.
Signed-off-by: Sergio Lopez <[email protected]>
0 commit comments