Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mddeff committed Aug 14, 2020
1 parent 321d40f commit 768bca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# docker-util
A very basic utility docker image for troubleshooting.
A very basic utility docker image for troubleshooting. CentOS based. Updated as needed.
4 changes: 4 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM centos:latest
RUN yum -y install epel-release
RUN yum -y install htop nmap vim bind-utils tcpdump nc iperf3 tmux whois
CMD /bin/bash

0 comments on commit 768bca6

Please sign in to comment.