Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 385 Bytes

问题.md

File metadata and controls

16 lines (12 loc) · 385 Bytes

问题解决记录

docker基础容器中 -> bash: vi: command not found问题解决

# 同步 /etc/apt/sources.list 和 /etc/apt/sources.list.d 中列出的源的索引,这样才能获取到最新的软件包
apt-get update
apt-get install vim

docker基础容器中 -> bash: ping: command not found

apt-get update
apt-get install iputils-ping