docker build -t nmap .

docker images

docker run --rm -v /home/kgodzisz/storage:/root nmap nmap localhost -oN scan-result
