After installation, three different containers are spun up on your machine.
qualys-client-service-1
jira-client-service-1
redis-client-service-1
The Jira connector mounts a docker volume named 'qualys-jira-volume' in your environment. You can check the volume by executing the command, docker volume ls
The Docker volume by default is located at '/var/lib/docker/volume/qualys-jira-volume' unless the Docker environment has custom settings.
You can check the docker volume path by executing the command, docker volume inspect <volume-name>
The docker volume contains a directory '_data' which has the following dedicated child directories.
config
db
logs
output
templates
checkpoint
error
profilequeue
jiraconnectorconfig
tmp
From v1.3.0, 'metadata' directory is stored directly inside the db directory
The Jira connector also creates a network in your environment named 'qualys-jira-connector', this network us used by both containerized services to communicate with each other. You can verify this by executing the command, docker network ls.