Coming from a Debian-based Linux background, using the Ubuntu base image for my Docker containers was a natural choice. However, the overhead, even on the impressively-slimmed Hub images, was hard to justify. Seeking to create images that were "just right" in size, without unused packages or dependencies, I made the switch to Alpine.

Alpine's modified BusyBox has a surprising amount of functionality, and the package repository contains plenty of muslc-safe versions of commonly-used packages. It's been a valuable exercise in doing more with less, and, as Alpine is keen to point out, an image with fewer packages makes for a more sustainable environment with a smaller attack surface.

My only regret is that Alpine's documentation leaves a lot to be desired.

READ LESS
4 upvotes·62.4K views
Avatar of Dimelo Waterson

Dimelo Waterson

(hobbyist)