Glossary infra Term Page
Static binary
A compiled program that already includes the libraries it needs
Core Idea
Static binary is A compiled program that already includes the libraries it needs, so it can run on a very small image. It usually makes the most sense alongside Base image, Package manager, glibc vs. musl.
Why It Matters Here
Mathbong reuses this term across docker posts as shared vocabulary.