Sign inSign up

freelyit/nmap

By freelyit

Updated over 1 year ago

NMap tool on Alpine Linux

Image
1

325

freelyit/nmap repository overview

NMap command dockerized

This is a docker build with the linux NMAP command. The image is based on the Alpine Linux image.

Build

$ docker build -t freelyit/nmap .

Run for specific IP Address

$ docker run --rm freelyit/nmap "ip address"

Run for whole subnet

$ docker run --rm freelyit/nmap -sP "subnet as 192.168.10.0/24"

Tag summary

Content type

Image

Digest

sha256:76b64d923

Size

9.9 MB

Last updated

over 1 year ago

docker pull freelyit/nmap