last updated: {{ “1718885075” | date: “%Y-%m-%d %H:%M” }}

Intro

  • Docker에서 많이 사용되어 유명해졌다.
  • 다음은 알파인 리눅스의 세가지 특징이자 철학이다.
    • Small: musl libc + busybox (container: 8MB, Minimal Disk Install: 130MB)
    • Simple: package manager apk, Init System OpenRC and Fast
    • Secure: Position Independent Executables(PIE)

INSTALL

REFERENCE