#Chroot Tools
Copy libraries for a minimal chroot environement. All datas are in jail folder.
With your favorite command.
./Chrootbin.sh /bin/bash
./Chrootbin.sh $(cat list)
To use simple chroot inside docker container.
./Chrootbin.sh /bin/busybox
cd jail
docker build -t simple .
docker run -it --rm simple /bin/busybox sh
Add simple commands into jail.
./Chrootbin.sh /bin/bash
systemd-nspawn -D jail --network-veth /bin/bash