Skip to content

Commit 768bca6

Browse files
committed
v1
1 parent 321d40f commit 768bca6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# docker-util
2-
A very basic utility docker image for troubleshooting.
2+
A very basic utility docker image for troubleshooting. CentOS based. Updated as needed.

dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM centos:latest
2+
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

Comments
 (0)