network-tools
A Docker image with various network tools pre-installed.
1M+
A Docker image with various network tools pre-installed.
To launch a Bash session in your terminal:
docker run --rm -it jonlabelle/network-tools
To launch a Bash session in your terminal on arm64:
docker run --rm -it --platform linux/arm64 jonlabelle/network-tools
To run a command directly and exit when finished (nmap in this case):
docker run --rm -it jonlabelle/network-tools nmap -v 10.0.10.0/24
NOTE: To pull from GitHub Container Registry, instead of Docker Hub, replace jonlabelle/network-tools with ghcr.io/jonlabelle/network-tools.
See the GitHub repo's README.md for a complete list of tools.
This image is automatically built and published:
Images are published to both Docker Hub and GitHub Container Registry with multi-architecture support (linux/amd64 and linux/arm64).
latest tagAlways use the latest tag (e.g., jonlabelle/network-tools:latest) rather than specific version tags. The latest tag is automatically updated with weekly security patches, bug fixes, and tool updates, ensuring you always have access to the most secure and up-to-date version. Additionally, to maintain manageable storage, only the last 25 builds are retained in the registries, and older tagged versions may be removed.
jonlabelle/docker-nmap. Minimal Docker image with Nmap Network Security Scanner pre-installed.
Content type
Image
Digest
sha256:e67d3a9e0…
Size
89.3 MB
Last updated
3 days ago
docker pull jonlabelle/network-tools:sha-6257a44