⬅️ FEM Docker #✅
- Namespaces allow you to hide processes from other processes (with
chrootyou only protect the file system) deboostraphelps you create newchrootenvironments faster (without manually copying each binary) (apt-get install debootstrap -y)debootstrap --variant=minbase bionic /better-rootunsharecreates a new isolated namespace from its parent:unshare --mount --uts --ipc --net --pid --fork --user --map-root-user chroot /better-root bash- so the host will be able to see the child’s processes, but the child won’t be able to see outside of itself