标签:ifconfig 镜像 too nbsp date tools 安装 util route
Nginx镜像太精简了,启动一个容器进行测试时,常用的网络工具都没有,可以使用下面的命令进行安装。也可以直接起一个busybox容器进行测试。
apt update
#ping
apt install inetutils-ping
#nslookup
apt install dnsutils
#ifconfig
apt install net-tools
#ip
apt install iproute2
#curl
apt install curl
如何在nginx容器中使用ping、nslookup、ip、curl 等工具?
标签:ifconfig 镜像 too nbsp date tools 安装 util route
原文地址:https://www.cnblogs.com/rancher-maomao/p/9193531.html