一、Alpine简要介绍 Alpine 的意思是“高山的”,比如 Alpine plants高山植物,Alpine skiing高山滑雪、the alpine resort阿尔卑斯山胜地。 Alpine Linux 网站首页注明“Small!Simple!Secure!Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.”概括了以下特点: 1、 小巧: 基于Musl libc和busybox,和busybox一样小巧,最小的Docker镜像只有5MB; 2、 安全 :面向安全的轻量发行版; 3、 简单 :提供APK包管理工具,软件的搜索、安装、删除、升级都非常方便。 4、适合 容器使用 :由于小巧、功能完备,非常适合作为容器的基础镜像。 <!--more--> 二、Alpine更新国内源 # Alpine的源文件为: /etc/apk/repositories, # 默认的源地址为: http://dl-cdn.alpinelinux.org/ 可以编辑源文件 /etc/apk/repositories, 采用国内阿里云的源,文件内容为: https://mirrors.aliyun.com/alpine/v3.9/main/ https