在容器中提示bash: nslookup: command not found,表示容器中没有安装nslookup命令。
可以通过以下命令安装nslookup:
对于基于Debian/Ubuntu的容器,使用以下命令:
apt-get update
apt-get install -y dnsutils
对于基于CentOS/RHEL的容器,使用以下命令:
yum install -y bind-utils
容器Ubuntu示例:
本站资源均来自互联网,仅供研究学习,禁止违法使用和商用,产生法律纠纷本站概不负责!如果侵犯了您的权益请与我们联系!
转载请注明出处: 免费源码网-免费的源码资源网站 » 容器运行nslookup提示bash: nslookup: command not found【笔记】
发表评论 取消回复