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
When a mount operation replaces the container's root filesystem ("/"),
the existing `rootfsfd` becomes stale. This file descriptor would
still point to the old, now overmounted root, potentially causing
subsequent filesystem operations within the container setup to fail
or target the incorrect filesystem.
Closes: #1752
Signed-off-by: Giuseppe Scrivano <[email protected]>
0 commit comments