Running ./loupe generate -b -db ../loupedb -a "nginx" -w "wrk" -d ./Dockerfile.nginx (same command as in the example) for a Nginx app with wrk, after I passed --disable-static option to explorer.py in Dockerfile.nginx, returns :
1 warning found (use --debug to expand):
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 25)
[I] Running dynamic analysis in the container (2 replicas)...
[I] Sanitizing replicas outputs...
[E] Binary static analysis results are invalid (no results!)
Running
./loupe generate -b -db ../loupedb -a "nginx" -w "wrk" -d ./Dockerfile.nginx
(same command as in the example) for a Nginx app with wrk, after I passed--disable-static
option toexplorer.py
inDockerfile.nginx
, returns :