Sign inSign up

orangeqiu/nmap-web

By orangeqiu

Updated about 1 year ago

Image
0

1.3K

orangeqiu/nmap-web repository overview

docker run -d \
  --name nmap-online \
  --restart unless-stopped \
  -p 8080:5000 \
  --cpus='8' \
  --memory=4g \
  --memory-reservation=1g \
  --ulimit nproc=65535 \
  --ulimit nofile=20000:40000 \
  -e PYTHONUNBUFFERED=1 \
  -e GUNICORN_WORKERS=2 \
  -e GUNICORN_THREADS=4 \
  -v "$(pwd)/app":/app/app \
  orangeqiu/nmap-web:latest

Tag summary

Content type

Image

Digest

sha256:b1d6c0d22

Size

63.7 MB

Last updated

about 1 year ago

docker pull orangeqiu/nmap-web