alpine linux
Small. Simple. Secure. 占用硬盘空间真的非常小,适合于linux深度用户
Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.
直观感受下大小
REPOSITORY | TAG | IMAGE ID | VIRTUAL SIZE |
---|---|---|---|
alpine | latest | 4.799 MB | |
debian | latest | 84.98 MB | |
ubuntu | latest | 188.3 MB | |
centos | latest | 210 MB |
包管理工具:apk
安装git:
apk add --no-cache git