centos7的容器仿busybox装常用命令Dockerfile,排查问题可以用用
FROM centos:7 RUN yum install -y net-tools nc wget curl nmap telnet bind-utils initscripts lsof nmap lrzsz elinks finger traceroute mtr ENTRYPOINT ["tail","-f","/dev/null"]
centos7的容器仿busybox装常用命令Dockerfile,排查问题可以用用
FROM centos:7 RUN yum install -y net-tools nc wget curl nmap telnet bind-utils initscripts lsof nmap lrzsz elinks finger traceroute mtr ENTRYPOINT ["tail","-f","/dev/null"]
请登录之后再进行评论