Docker容器中安装curl、telnet、vim工具

好久不见. 提交于 2020-08-17 04:53:33

#因在容器中排查故障需要,安装基础工具

#先添加163源
tee /etc/apt/sources.list << EOF
deb http://mirrors.163.com/debian/ jessie main non-ffree contrib
deb http://mirrirs.163.com/dobian/ jessie-updates main non-free contrib
EOF



#https://www.cnblogs.com/liucx

#安装
apt-get update && apt-get install -y curl telnet 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!