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
Content type
Image
Digest
sha256:b1d6c0d22…
Size
63.7 MB
Last updated
about 1 year ago
docker pull orangeqiu/nmap-web