We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321d40f commit 768bca6Copy full SHA for 768bca6
README.md
@@ -1,2 +1,2 @@
1
# docker-util
2
-A very basic utility docker image for troubleshooting.
+A very basic utility docker image for troubleshooting. CentOS based. Updated as needed.
dockerfile
@@ -0,0 +1,4 @@
+FROM centos:latest
+RUN yum -y install epel-release
3
+RUN yum -y install htop nmap vim bind-utils tcpdump nc iperf3 tmux whois
4
+CMD /bin/bash
0 commit comments