Ron Yorston wrote: >For example, a container can be created with just >the BusyBox binary installed as /bin/sh.
For the curious, here's how I did this on 64-bit Fedora 26: # mkdir -p container/bin container/usr/lib # cp busybox container/bin/sh # cp /usr/lib/os-release container/usr/lib # systemd-nspawn --bind-ro=/lib64 -D container Ron _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
