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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
brief
unshare(CLONE_NEWNS)failed inDockerfile RUN, is this a bug?background
When I try to run nix flake within
Dockerfile RUN... RUN nix ... run --option sandbox-fallback false ... /path/to/flakenixfailed, seems due toNixOS/nix#16186 (comment)
problem
unshare(CLONE_NEWNS)failed, is this a bug?If this is not a bug, is there a reason?
If this is not a bug, what extra steps are needed to have
unshare(CLONE_NEWNS)?All reactions