I thought I understood Docker. I understood it as a way to package up software with lots of dependencies..to basically create a little world where absolutely everything is taken care of for a piece of software. Then I stumbled upon this on DockerHub
https://hub.docker.com/_/busybox/
It's an image for BusyBox, which is a tiny little Linux binary that is meant for embedded systems. Then the top comment says:
Busybox is awesome :) By far the most useful container per byte on the entire registry.
But I don't understand at all why this image exists, which makes me think that I don't actually understand why Docker exists. What is the point of a BusyBox docker image?