“容器初始化”的版本间的差异
跳到导航
跳到搜索
第13行: | 第13行: | ||
#可以看一下别人要安装的是哪些 | #可以看一下别人要安装的是哪些 | ||
apt install -y vim.tiny curl cron procps #usage vim.tiny vim太重了 | apt install -y vim.tiny curl cron procps #usage vim.tiny vim太重了 | ||
+ | </pre> | ||
+ | |||
+ | =修改已有官方镜像= | ||
+ | <pre> | ||
+ | |||
+ | </pre> | ||
+ | =利用 Dockerfile 来创建镜像= | ||
+ | <pre> | ||
+ | |||
</pre> | </pre> |
2020年4月11日 (六) 08:48的版本
os.init
echo 'deb http://mirrors.163.com/debian/ buster main non-free contrib deb http://mirrors.163.com/debian/ buster-updates main non-free contrib deb http://mirrors.163.com/debian/ buster-backports main non-free contrib deb-src http://mirrors.163.com/debian/ buster main non-free contrib deb-src http://mirrors.163.com/debian/ buster-updates main non-free contrib deb-src http://mirrors.163.com/debian/ buster-backports main non-free contrib deb http://mirrors.163.com/debian-security/ buster/updates main non-free contrib deb-src http://mirrors.163.com/debian-security/ buster/updates main non-free contrib' >sources.list #可以看一下别人要安装的是哪些 apt install -y vim.tiny curl cron procps #usage vim.tiny vim太重了