赞
踩
在制作docker镜像的时候,我们会基于alpine、ubuntu、centos基础镜像,去构建我们所需要的镜像
各个基础镜像版本安装软件命令使用
alpine apk
ubuntu apt-get 安装ps命令: apt-get install procps
centos yum
… …