last updated: 2024-06-20 12:04

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

  • docker-busybox
  • Alpine FAQ: https://wiki.alpinelinux.org/wiki/Alpine_Linux:FAQ
  • Alpine Tutorial and Howtos: https://wiki.alpinelinux.org/wiki/Tutorials_and_Howtos