{"id":16772607,"url":"https://github.com/jonlabelle/docker-network-tools","last_synced_at":"2025-04-04T22:05:17.382Z","repository":{"id":37797077,"uuid":"269508329","full_name":"jonlabelle/docker-network-tools","owner":"jonlabelle","description":"A Docker image with various network tools pre-installed.","archived":false,"fork":false,"pushed_at":"2025-03-22T13:08:34.000Z","size":132,"stargazers_count":150,"open_issues_count":0,"forks_count":24,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T21:04:59.939Z","etag":null,"topics":["alpine","docker","docker-image","linux","network","network-tools"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jonlabelle/network-tools","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonlabelle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-05T02:05:06.000Z","updated_at":"2025-03-26T17:13:54.000Z","dependencies_parsed_at":"2024-05-29T00:34:12.240Z","dependency_job_id":"db8a546c-a91b-4de9-9ad0-b5f7c0e08f20","html_url":"https://github.com/jonlabelle/docker-network-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fdocker-network-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fdocker-network-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fdocker-network-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonlabelle%2Fdocker-network-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonlabelle","download_url":"https://codeload.github.com/jonlabelle/docker-network-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256110,"owners_count":20909240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","docker","docker-image","linux","network","network-tools"],"created_at":"2024-10-13T06:43:20.973Z","updated_at":"2025-04-04T22:05:17.362Z","avatar_url":"https://github.com/jonlabelle.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Network Tools\n\n[![cd](https://github.com/jonlabelle/docker-network-tools/actions/workflows/cd.yml/badge.svg)](https://github.com/jonlabelle/docker-network-tools/actions/workflows/cd.yml)\n[![docker pulls](https://img.shields.io/docker/pulls/jonlabelle/network-tools?label=docker%20pulls)](https://hub.docker.com/r/jonlabelle/network-tools)\n[![image size](https://img.shields.io/docker/image-size/jonlabelle/network-tools/latest?label=image%20size)](https://hub.docker.com/r/jonlabelle/network-tools/tags)\n\n\u003e A Docker image with various network tools pre-installed.\n\n## Usage\n\nTo launch a Bash session in your terminal:\n\n```bash\ndocker run --rm -it jonlabelle/network-tools\n```\n\nTo launch a Bash session in your terminal on arm64:\n\n```bash\ndocker run --rm -it --platform linux/arm64 jonlabelle/network-tools\n```\n\nTo run a command directly and exit when finished (nmap in this case):\n\n```bash\ndocker run --rm -it jonlabelle/network-tools nmap -v 10.0.10.0/24\n```\n\n\u003e **NOTE:** To pull from [GitHub Container Registry], instead of [Docker Hub](https://hub.docker.com/r/jonlabelle/network-tools),\n\u003e replace **jonlabelle/network-tools** with **_ghcr.io/jonlabelle/network-tools_**.\n\n## Included tools\n\n### Bandwidth\n\nTools for measuring network bandwidth and traffic.\n\n| Tool                                                      | Description                                      | Resources                                                                       |\n| --------------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------- |\n| [`nethogs`](https://github.com/raboof/nethogs)            | Top-like monitor for network traffic.            | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/linux/nethogs.md) |\n| [`nload`](https://github.com/rolandriegel/nload)          | Console network traffic and bandwidth monitor.   | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/nload.md)  |\n| [`iperf`](https://sourceforge.net/projects/iperf2/)       | A tool to measure IP bandwidth using UDP or TCP. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/iperf.md)  |\n| [`speedtest-cli`](https://github.com/sivel/speedtest-cli) | CLI for testing bandwidth using speedtest.net.   | [usage](https://github.com/sivel/speedtest-cli#usage)                           |\n\n### DNS\n\nTools for querying and managing DNS.\n\n| Tool                                                                          | Description                                               | Resources                                                                         |\n| ----------------------------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------------------------------- |\n| [`arpaname`](https://manpages.ubuntu.com/manpages/jammy/man1/arpaname.1.html) | Translate IP addresses to the corresponding ARPA names.   | [man page](https://manpages.ubuntu.com/manpages/jammy/man1/arpaname.1.html)       |\n| [`ddns-confgen`](https://linux.die.net/man/8/ddns-confgen)                    | DDNS key generation tool.                                 | [man page](https://linux.die.net/man/8/ddns-confgen)                              |\n| [`delv`](https://linux.die.net/man/1/delv)                                    | DNS lookup and validation utility.                        | [man page](https://linux.die.net/man/1/delv)                                      |\n| [`dig`](https://linux.die.net/man/1/dig)                                      | DNS lookup utility.                                       | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/dig.md)      |\n| [`dnsdomainname`](https://man7.org/linux/man-pages/man1/dnsdomainname.1.html) | Show the system's DNS domain name.                        | [man page](https://man7.org/linux/man-pages/man1/dnsdomainname.1.html)            |\n| [`dnstap-read`](https://github.com/dnstap/dnstap.read)                        | Print dnstap data in human-readable form.                 | [README](https://github.com/dnstap/dnstap.read/blob/master/README.md)             |\n| [`domainname`](https://man7.org/linux/man-pages/man1/domainname.1.html)       | Show or set the system's NIS/YP domain name.              | [man page](https://man7.org/linux/man-pages/man1/domainname.1.html)               |\n| [`drill`](https://nlnetlabs.nl/projects/ldns/)                                | DNS(SEC) query tool ala dig.                              | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/drill.md)    |\n| [`host`](https://man7.org/linux/man-pages/man1/host.1.html)                   | DNS lookup utility.                                       | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/host.md)     |\n| [`hostname`](https://man7.org/linux/man-pages/man1/hostname.1.html)           | Show or set the system's host name.                       | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/hostname.md) |\n| [`libidn`](https://www.gnu.org/software/libidn)                               | Encode/decode library for internationalized domain names. | [examples](https://www.gnu.org/software/libidn/manual/libidn.html#Invoking-idn)   |\n| [`mdig`](https://linux.die.net/man/1/mdig)                                    | DNS pipelined lookup utility.                             | [man page](https://linux.die.net/man/1/mdig)                                      |\n| [`named-checkzone`](https://linux.die.net/man/8/named-checkzone)              | Zone file validity checking or converting tool.           | [man page](https://linux.die.net/man/8/named-checkzone)                           |\n| [`named-compilezone`](https://linux.die.net/man/8/named-compilezone)          | Zone file validity checking or converting tool.           | [man page](https://linux.die.net/man/8/named-compilezone)                         |\n| [`named-journalprint`](https://linux.die.net/man/8/named-journalprint)        | Print zone journal in human-readable form.                | [man page](https://linux.die.net/man/8/named-journalprint)                        |\n| [`named-rrchecker`](https://linux.die.net/man/8/named-rrchecker)              | Syntax checker for individual DNS resource records.       | [man page](https://linux.die.net/man/8/named-rrchecker)                           |\n| [`nisdomainname`](https://man7.org/linux/man-pages/man1/nisdomainname.1.html) | Show or set system's NIS/YP domain name.                  | [man page](https://man7.org/linux/man-pages/man1/nisdomainname.1.html)            |\n| [`nslookup`](https://linux.die.net/man/1/nslookup)                            | Query Internet name servers interactively.                | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/nslookup.md) |\n| [`nsupdate`](https://linux.die.net/man/1/nsupdate)                            | Dynamic DNS update utility.                               | [man page](https://linux.die.net/man/1/nsupdate)                                  |\n| [`rndc-confgen`](https://linux.die.net/man/8/rndc-confgen)                    | RNDC key generation tool.                                 | [man page](https://linux.die.net/man/8/rndc-confgen)                              |\n| [`tsig-keygen`](https://linux.die.net/man/1/tsig-keygen)                      | DDNS key generation tool.                                 | [man page](https://linux.die.net/man/1/tsig-keygen)                               |\n| [`ypdomainname`](https://man7.org/linux/man-pages/man1/ypdomainname.1.html)   | Show or set the system's NIS/YP domain name.              | [man page](https://man7.org/linux/man-pages/man1/ypdomainname.1.html)             |\n\n### HTTP\n\nTools for interacting with HTTP servers.\n\n| Tool                                                                      | Description                                             | Resources                                                                        |\n| ------------------------------------------------------------------------- | ------------------------------------------------------- | -------------------------------------------------------------------------------- |\n| [`ab`](https://httpd.apache.org/docs/current/programs/ab.html)            | Apache HTTP server benchmarking tool.                   | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/ab.md)      |\n| [`curl`](https://curl.haxx.se)                                            | Tool for transferring data with URLs.                   | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/curl.md)    |\n| [`grpcurl`](https://github.com/fullstorydev/grpcurl)                      | Command-line tool for interacting with gRPC servers     | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/grpcurl.md) |\n| [`jq`](https://stedolan.github.io/jq/)                                    | A lightweight and flexible command line JSON processor. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/jq.md)      |\n| [`oath-toolkit-oathtool`](https://www.nongnu.org/oath-toolkit/index.html) | Generate and validate one-time passwords.               | [man page](https://www.nongnu.org/oath-toolkit/man-oathtool.html)                |\n| [`wget`](https://www.gnu.org/software/wget/wget.html)                     | A network utility to retrieve files from the web.       | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/wget.md)    |\n\n### IP routing\n\nTools for managing IP routing tables.\n\n| Tool                                                            | Description                                                    | Resources                                                        |\n| --------------------------------------------------------------- | -------------------------------------------------------------- | ---------------------------------------------------------------- |\n| [`bridge`](https://man7.org/linux/man-pages/man8/bridge.8.html) | Show / manipulate bridge addresses and devices.                | [man page](https://man7.org/linux/man-pages/man8/bridge.8.html)  |\n| [`ctstat`](https://man7.org/linux/man-pages/man8/ctstat.8.html) | Unified linux network statistics.                              | [man page](https://man7.org/linux/man-pages/man8/ctstat.8.html)  |\n| [`genl`](https://man7.org/linux/man-pages/man8/genl.8.html)     | Generic netlink utility frontend.                              | [man page](https://man7.org/linux/man-pages/man8/genl.8.html)    |\n| [`ifcfg`](https://linux.die.net/man/8/ifcfg)                    | Simplistic script which replaces ifconfig IP management.       | [man page](https://linux.die.net/man/8/ifcfg)                    |\n| [`ifstat`](https://linux.die.net/man/1/ifstat)                  | Handy utility to read network interface statistics.            | [man page](https://linux.die.net/man/1/ifstat)                   |\n| [`lnstat`](https://man7.org/linux/man-pages/man8/lnstat.8.html) | Unified linux network statistics.                              | [man page](https://man7.org/linux/man-pages/man8/lnstat.8.html)  |\n| [`nstat`](https://man7.org/linux/man-pages/man8/nstat.8.html)   | Network statistics tools.                                      | [man page](https://man7.org/linux/man-pages/man8/nstat.8.html)   |\n| [`route`](https://man7.org/linux/man-pages/man8/route.8.html)   | Show / manipulate the IP routing table.                        | [man page](https://man7.org/linux/man-pages/man8/route.8.html)   |\n| [`routef`](https://linux.die.net/man/8/routef)                  | Flush network routes.                                          | [man page](https://linux.die.net/man/8/routef)                   |\n| [`routel`](https://github.com/routel/routel)                    | List routes with pretty output format.                         | [README](https://github.com/routel/routel/blob/master/README.md) |\n| [`rtacct`](https://man7.org/linux/man-pages/man8/rtacct.8.html) | Monitor kernel SNMP counters and network interface statistics. | [man page](https://man7.org/linux/man-pages/man8/rtacct.8.html)  |\n| [`rtmon`](https://man7.org/linux/man-pages/man8/rtmon.8.html)   | Listens to and monitors RTnetlink.                             | [man page](https://man7.org/linux/man-pages/man8/rtmon.8.html)   |\n| [`rtpr`](https://linux.die.net/man/1/rtpr)                      | Replace backslashes with newlines.                             | [man page](https://linux.die.net/man/1/rtpr)                     |\n| [`rtstat`](https://man7.org/linux/man-pages/man8/rtstat.8.html) | Unified linux network statistics.                              | [man page](https://man7.org/linux/man-pages/man8/rtstat.8.html)  |\n\n### Interface and address management\n\nTools for configuring network interfaces and addresses.\n\n| Tool                                                                    | Description                                                | Resources                                                                         |\n| ----------------------------------------------------------------------- | ---------------------------------------------------------- | --------------------------------------------------------------------------------- |\n| `ifconfig`                                                              | Configure a network interface.                             | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/ifconfig.md) |\n| [`ipcalc`](https://jodies.de/ipcalc)                                    | Network IP calculator.                                     | [man page](https://manned.org/ipcalc.1)                                           |\n| [`ipmaddr`](https://man7.org/linux/man-pages/man8/ipmaddr.8.html)       | Adds, deletes, and displays multicast addresses.           | [man page](https://man7.org/linux/man-pages/man8/ipmaddr.8.html)                  |\n| [`macchanger`](https://github.com/alobbs/macchanger)                    | View and manipulate the MAC address of network interfaces. | [man page](https://manned.org/macchanger.1)                                       |\n| [`nameif`](https://linux.die.net/man/8/nameif)                          | Name network interfaces based on MAC addresses.            | [man page](https://linux.die.net/man/8/nameif)                                    |\n| [`nftables`](https://netfilter.org/projects/nftables/)                  | Netfilter tables userspace tools                           | [man page](https://www.netfilter.org/projects/nftables/manpage.html)              |\n| [`plipconfig`](https://man7.org/linux/man-pages/man8/plipconfig.8.html) | Fine tune PLIP device parameters.                          | [man page](https://man7.org/linux/man-pages/man8/plipconfig.8.html)               |\n| [`rarp`](https://man7.org/linux/man-pages/man8/rarp.8.html)             | Manipulate the system RARP table.                          | [man page](https://man7.org/linux/man-pages/man8/rarp.8.html)                     |\n| [`slattach`](https://man7.org/linux/man-pages/man8/slattach.8.html)     | Attach a network interface to a serial line.               | [man page](https://man7.org/linux/man-pages/man8/slattach.8.html)                 |\n\n### Packet analysis\n\nTools for capturing and analyzing network packets.\n\n| Tool                                         | Description                                   | Resources                                                                        |\n| -------------------------------------------- | --------------------------------------------- | -------------------------------------------------------------------------------- |\n| [`fping`](https://fping.org)                 | Search for network packets on an interface.   | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/fping.md)   |\n| [`hping3`](https://github.com/antirez/hping) | A ping-like TCP/IP packet assembler/analyzer. | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/hping3.md)  |\n| [`ngrep`](https://github.com/jpr5/ngrep/)    | Search for network packets on an interface.   | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/ngrep.md)   |\n| [`tcpdump`](https://www.tcpdump.org)         | Dump and analyze traffic on a network.        | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/tcpdump.md) |\n| [`tshark`](https://www.wireshark.org/)       | Network protocol analyzer (console version).  | [man page](https://www.wireshark.org/docs/man-pages/tshark.html)                 |\n\n### Discovery and scanning\n\nTools for discovering hosts and scanning ports.\n\n| Tool                                                                  | Description                                        | Resources                                                                         |\n| --------------------------------------------------------------------- | -------------------------------------------------- | --------------------------------------------------------------------------------- |\n| [`arp-scan`](https://github.com/royhills/arp-scan)                    | Address Resolution Protocol (ARP) packet scanner.  | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/arp.md-scan) |\n| [`arp`](https://man7.org/linux/man-pages/man8/arp.8.html)             | Manipulate the system ARP cache.                   | [man page](https://man7.org/linux/man-pages/man8/arp.8.html)                      |\n| [`arping`](https://linux.die.net/man/8/arping)                        | Send ARP REQUEST to a neighbor host.               | [man page](https://linux.die.net/man/8/arping)                                    |\n| `clockdiff`                                                           | Measure clock difference between hosts.            | -                                                                                 |\n| [`clockdiff`](https://man7.org/linux/man-pages/man8/clockdiff.8.html) | Measure clock difference between hosts.            | [man page](https://man7.org/linux/man-pages/man8/clockdiff.8.html)                |\n| [`gping`](https://github.com/orf/gping)                               | Ping, but with a graph.                            | [usage](https://github.com/orf/gping#usage-saxophone)                             |\n| [`masscan`](https://github.com/robertdavidgraham/masscan)             | Internet-scale port scanner.                       | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/masscan.md)  |\n| [`netstat`](https://man7.org/linux/man-pages/man8/netstat.8.html)     | Displays network-related information.              | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/netstat.md)  |\n| [`ninfod`](https://www.systutorials.com/docs/linux/man/8-ninfod/)     | Respond to IPv6 Node Information Queries.          | [man page](https://www.systutorials.com/docs/linux/man/8-ninfod/)                 |\n| [`nmap`](https://nmap.org/)                                           | Network Security Scanner.                          | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/nmap.md)     |\n| [`nping`](https://nmap.org/nping/)                                    | Network packet generation tool/ping utility.       | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/nping.md)    |\n| `ping6`                                                               | Send IP6 ICMP ECHO_REQUEST to network hosts.       | -                                                                                 |\n| `ping`                                                                | Send IP4 ICMP ECHO_REQUEST to network hosts.       | -                                                                                 |\n| [`rarpd`](https://man7.org/linux/man-pages/man8/rarpd.8.html)         | Reverse Address Resolution Protocol (RARP) daemon. | [man page](https://man7.org/linux/man-pages/man8/rarpd.8.html)                    |\n| [`rdisc`](https://man7.org/linux/man-pages/man8/rdisc.8.html)         | Network router discovery daemon.                   | [man page](https://man7.org/linux/man-pages/man8/rdisc.8.html)                    |\n\n### Transmission and communication\n\nTools for sending and receiving data over the network.\n\n| Tool                                                                            | Description                                        | Resources                                                                          |\n| ------------------------------------------------------------------------------- | -------------------------------------------------- | ---------------------------------------------------------------------------------- |\n| [`iptunnel`](https://www.kernel.org/doc/Documentation/networking/ip-tunnel.txt) | Creates, deletes, and displays configured tunnels. | [documentation](https://www.kernel.org/doc/Documentation/networking/ip-tunnel.txt) |\n| [`kcat`](https://github.com/edenhill/kcat)                                      | Non-JVM Apache Kafka producer and consumer.        | [examples](https://github.com/edenhill/kcat#examples)                              |\n| [`netcat`](https://packages.debian.org/sid/netcat-openbsd)                      | The TCP/IP swiss army knife (OpenBSD variant).     | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/netcat.md)    |\n| [`openssl`](https://www.openssl.org/)                                           | Toolkit for Transport Layer Security (TLS).        | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/openssl.md)   |\n| [`socat`](http://www.dest-unreach.org/socat/)                                   | Multipurpose relay for binary protocols.           | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/socat.md)     |\n| [`ssh`](https://www.openssh.com/portable.html)                                  | OpenBSD's SSH client.                              | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/ssh.md)       |\n| [`telnet`](https://www.gnu.org/software/inetutils/)                             | Telnet client from GNU network utilities           | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/telnet.md)    |\n| `tftpd`                                                                         | IPv4 Trivial File Transfer Protocol client.        | -                                                                                  |\n\n### Tracing\n\nTools for tracing network paths.\n\n| Tool                                                    | Description                                                        | Resources                                                                             |\n| ------------------------------------------------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |\n| [`mtr`](https://www.bitwizard.nl/mtr/)                  | Full screen ncurses traceroute tool.                               | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/mtr.md)          |\n| [`tcptraceroute`](https://github.com/mct/tcptraceroute) | Display route path using TCP probes.                               | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/linux/tcptraceroute.md) |\n| `tracepath6`                                            | Traces path to a IP6 network host discovering MTU along this path. | -                                                                                     |\n| `tracepath`                                             | Traces path to a IP4 network host discovering MTU along this path. | -                                                                                     |\n| `traceroute6`                                           | Print the route packets trace to IP6 network host.                 | -                                                                                     |\n\n### Additional tools\n\nMiscellaneous tools available in the image.\n\n| Tool                                              | Description                                                   | Resources                                                                         |\n| ------------------------------------------------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------- |\n| [`envsubst`](https://github.com/kaniini/envsubst) | Perform variable substitutions on input.                      | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/envsubst.md) |\n| `find`                                            | Search for files in a directory hierarchy.                    | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/find.md)     |\n| [`git`](https://www.git-scm.com/)                 | Distribute d version control system.                          | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/git.md)      |\n| `free`                                            | Report the amount of free and used memory in the system.      | -                                                                                 |\n| `kill`                                            | Send a signal to a process based on PID.                      | -                                                                                 |\n| `locate`                                          | List files in databases that match a pattern.                 | [man page](https://man7.org/linux/man-pages/man1/locate.1.html)                   |\n| `pgrep`                                           | List processes based on name or other attributes.             | -                                                                                 |\n| `pkill`                                           | Send a signal to a process based on name or other attributes. | -                                                                                 |\n| `pmap`                                            | Report memory map of a process.                               | -                                                                                 |\n| `ps`                                              | Report information of processes.                              | -                                                                                 |\n| `pwdx`                                            | Report current directory of a process.                        | -                                                                                 |\n| `skill`                                           | Obsolete version of pgrep/pkill.                              | -                                                                                 |\n| `slabtop`                                         | Display kernel slab cache information in real time.           | -                                                                                 |\n| `snice`                                           | Renice a process.                                             | -                                                                                 |\n| `sysctl`                                          | Read or Write kernel parameters at run-time.                  | -                                                                                 |\n| `tload`                                           | Graphical representation of system load average.              | -                                                                                 |\n| `top`                                             | Dynamic real-time view of running processes.                  | -                                                                                 |\n| `updatedb`                                        | Update a file name database.                                  | [man page](https://man7.org/linux/man-pages/man1/updatedb.1.html)                 |\n| `uptime`                                          | Display how long the system has been running.                 | -                                                                                 |\n| `vmstat`                                          | Report virtual memory statistics.                             | -                                                                                 |\n| `w`                                               | Report logged in users and what they are doing.               | -                                                                                 |\n| `watch`                                           | Execute a program periodically, showing output full-screen.   | -                                                                                 |\n| `xargs`                                           | Build and execute command lines from standard input.          | [examples](https://github.com/tldr-pages/tldr/blob/main/pages/common/xargs.md)    |\n\n## Related\n\n[jonlabelle/docker-nmap](https://github.com/jonlabelle/docker-nmap). Minimal Docker image with Nmap Network Security Scanner pre-installed.\n\n## License\n\n[MIT License](https://github.com/jonlabelle/docker-network-tools/blob/main/LICENSE.txt)\n\n[github container registry]: https://github.com/users/jonlabelle/packages/container/package/network-tools\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonlabelle%2Fdocker-network-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonlabelle%2Fdocker-network-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonlabelle%2Fdocker-network-tools/lists"}