在docker内使用apt-get安装基础工具vim、ping工具

(可选-提速)写入163的软件源

执行以下指令:

echo "deb http://mirrors.163.com/debian/ jessie main non-free contrib" >> /etc/apt/sources.list

更新软件包列表

apt-get update

安装vim工具

apt-get install vim

安装ping工具

apt-get install iputils-ping

安装其他网络工具

apt-get install net-tools

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注