I pulled this docker image and ran it using docker run -d -it --net=host seccubus/seccubus /bin/bash, but I am unable to see any apache2 instance running or being installed inside the docker instance. Tried running with the STACK=full (docker run -d -it --net=host -e "STACK=full" seccubus/seccubus /bin/bash ) too just in case. The only listening ports in use (ss -nltupa) are 443 and 3306 (mysql).
Am I missing something?
Thanks