Glossary infra Term Page

Package manager

A tool that installs software inside the image or container

package-manager #infra#docker
Korean version

Related Concepts

Core Idea

Package manager is A tool that installs software inside the image or container. Ubuntu uses apt; Alpine uses apk. It usually makes the most sense alongside Base image, glibc vs. musl, Static binary.

Why It Matters Here

Mathbong reuses this term across docker posts as shared vocabulary.

Posts Mentioning This Concept