PRoot — chroot, mount --bind, and binfmt_misc without privilege/setup

"PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc." Done on top of ptrace and qemu-user, which implies that it'll have the usual limitations of those.

to chroot container emulation namespace ptrace qemu ... on 22 March 2015

Applying mount namespaces

Various neat tricks with Linux mount namespaces, including how to emulate chroot using it (which you can now do as a regular user, thanks to CLONE_NEWUSER).

to chroot linux mount namespace programming ... on 02 July 2014

Tags related to namespace

- namespace
 
2 chroot
1 container
1 emulation
1 linux
1 mount
2 namespace
1 programming
1 ptrace
1 qemu