I am trying to set up VulnWhisperer (a security vulnerability scan visualizer) via their pre-built docker container on a Ubuntu server 18.04 host. I have close to no docker experience but decent Unix insights.
Expected outcome: Running docker container serving VulnWhisperer to the world (mostly to me though).
Instructions by author in a nutshell: docker pull, configure stuff, docker run.
I pulled. Now I am stuck trying to configure my various paths in the container because I fail to find the container. This SO question does not solve the problem for me. Places I looked for it (like suggested in previously mentioned SO):
/var/lib/docker/var/lib/docker/containers/var/lib/docker/image/var/lib/docker/image/overlay2
State of the host:
- Docker is installed via apt not as a snap
docker infoyieldsDocker Root Dir: /var/lib/dockerdocker pull [...]yieldsStatus: Image is up to date for hasecuritysolutions/vulnwhisperer:latestwhich is what I want
The container will contain Logstash, Elasticsearch, Kibana and VulnWhisperer. What I need to do is configure some paths for ELK before being able to run it. Only I do not know where to find the folder docker will use to build the running container from.