Docker 中有些指令不存在,需要额外的安装,这里做下安装记录。
更新软件源中的所有软件列表
apt-get update
安装 ifconfig
apt install net-tools
安装 ping
apt install iputils-ping