Releases: jonathadv/docker-admin-toolkit
Releases · jonathadv/docker-admin-toolkit
added "nmap" and upgraded all versions
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. (built from source, allows to watch the host's processes)
- iotop - Simple top-like I/O monitor.
- 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.
- nmap - The Network Mapper - Free Security Scanner
- openssh-client - OpenSSH SSH client.
- python 3 - An interpreted, interactive, object-oriented programming language.
- sysstat - System performance tools for the Linux operating system.
- tcpdump - Dump traffic on a network.
- tshark - network protoccol analyzer - console version.
- vim - Vi IMproved, a programmers text editor.
Added "tshark"
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. (built from source, allows to watch the host's processes)
- iotop - Simple top-like I/O monitor.
- 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.
- python 2 - An interpreted, interactive, object-oriented programming language.
- sysstat - System performance tools for the Linux operating system.
- tcpdump - Dump traffic on a network.
- tshark - network protoccol analyzer - console version.
- vim - Vi IMproved, a programmers text editor.
"htop" now watches host's processes
In this release htop
has been built from source in order to enables it to get the processes' information from elsewhere.
Now htop
looks for information at /proc_host
instead of /proc
. So, when running the container, add the statement -v /proc:/proc_host
to anable htop
to watch the host's processes.
Added "iotop"
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.
- iotop - Simple top-like I/O monitor.
- 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.
- python 2 - An interpreted, interactive, object-oriented programming language.
- sysstat - System performance tools for the Linux operating system.
- tcpdump - Dump traffic on a network.
- vim - Vi IMproved, a programmers text editor.
Added "bind-tools", "iptraf-ng" and "nano"
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.
- python 2 - An interpreted, interactive, object-oriented programming language.
- sysstat - System performance tools for the Linux operating system.
- tcpdump - Dump traffic on a network.
- vim - Vi IMproved, a programmers text editor.
First Release
Tools
- bash - GNU Bourne-Again SHell.
- curl - Tool to transfer data from or to a server.
- htop - A ncurses-based process viewer for Linux.
- jq - Commandline JSON processor.
- 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.
- python 2 - An interpreted, interactive, object-oriented programming language.
- sysstat - System performance tools for the Linux operating system.
- tcpdump - Dump traffic on a network.
- vim - Vi IMproved, a programmers text editor.