What is the point of the BusyBox docker image?
A Busybox docker image is useful if one is building a container for which busybox can fulfill its dependency chain without needing a full Linux distro. Often, an embedded appliance can consist of nothing but a statically-linked copy of busybox, an init script that mounts procfs, sysfs, &c. with busybox-provided tools, and then the actual … Read more