nmap-small
A Dockerized version of the tool Nmap that is small
2.5K
A Dockerized version of the tool Nmap that is small and works on Raspberry pi
Recommended: Local build is recommended for Raspberry Pi devices because the Docker daemon will automatically pull down the alpine image that matches the host architecture
docker build -t nmap-small .
Build the container (locally)
docker run -it nmap-small <arguments> <target>
Run nmap with arguments
docker run -it sneakerhax/nmap-small <arguments> <targets>
Start image pulled from Docker Hub and run Nmap with target
docker-slim build --target nmap:latest --http-probe=false --exec "nmap --script=http-title scanme.nmap.org"
command to build a smaller image with DockerSlim from already built nmap image (will generate nmap.slim image)
Content type
Image
Digest
sha256:b166987ca…
Size
13.7 MB
Last updated
2 months ago
docker pull sneakerhax/nmap-small