问题
测试两个docker容器之间是否能ping通,提示bash: ping: command not found
解决
bash: ping: command not found的主要原因是,当前环境下载Centos基础镜像只包含简单的操作系统,相当于裸机状态,要想用别的命令需要手动安装。文章来源:https://www.toymoban.com/news/detail-511040.html
#执行以下命令
apt-get update
apt install iputils-ping
apt install net-tools
重新测试
文章来源地址https://www.toymoban.com/news/detail-511040.html
成功!
到了这里,关于bash: ping: command not found的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!