Live data from Hacker News

The chroot Technique – a Swiss army multitool for Linux systems

livesys.se

1–10 of 123 posts

Re: The chroot Technique – a Swiss army multitool for Linux systems

#3
With qemu-user and binfmt you can even chroot into foreign CPU architectures, which is a handy thing to have when you mount your phone's eMMC to fix a hacking session gone wrong.

Though these days you may want to look into things like systemd-nspawn instead of plain chroot.

Re: The chroot Technique – a Swiss army multitool for Linux systems

#7
post #4

I actually wish that instead of docker & etc we had just gotten a better chroot... Or maybe just a new kernel syscall that is chroot()++.

Working on proot-docker, a bash script on top of skopeo and proot:

https://github.com/mtseet/proot-docker

We need more people to improve it!

Post reply on HN