Skip to content

Commit

Permalink
Adds bind-tools, iptraf-ng and nano
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathadv committed Oct 17, 2017
1 parent 51aaf2f commit cf805f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ MAINTAINER Jonatha Daguerre <[email protected]>

RUN apk add --no-cache \
bash \
bind-tools \
curl \
htop \
iptraf-ng \
jq \
nano \
netcat-openbsd \
net-tools \
openssh-client \
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ This project focus on providing system administration and troubleshooting tools
## Tools

* **bash** - GNU Bourne-Again SHell.
* **bind-tools** - The ISC DNS tools (dig, nslookup, host).
* **curl** - Tool to transfer data from or to a server.
* **htop** - A ncurses-based process viewer for Linux.
* **iptraf-ng** - An IP Network Monitoring tool.
* **jq** - Commandline JSON processor.
* **nano** - Text Editor. GNU nano is designed to be a free replacement for the Pico text editor.
* **netcat** - Utility which reads and writes data across network connections using TCP or UDP protocol.
* **net-tools** - Includes network tools such as arp, ifconfig, netstat, rarp, nameif and route.
* **openssh-client** - OpenSSH SSH client.
Expand Down

0 comments on commit cf805f8

Please sign in to comment.