Busybox/Android build VM
I took the Android Cross Compile VM
[https://blog.dan.drown.org/android-cross-compile-environment/] and created a docker VM image
for just building busybox.
To Download the VM image:
docker pull ddrown/busybox-build
To build busybox binaries:
OUTPUTDIR=~/target
mkdir $OUTPUTDIR
docker run -v $OUTPUTDIR:/target ddrown/busybox-build
This will create