... | ... | @@ -11,7 +11,7 @@ The only prerequisite for the installation of the QSA mechanism is to have the l |
|
|
|
|
|
### Installation directly from DockerHub
|
|
|
|
|
|
The QSA mechanism is available for download on [DockerHub](https://hub.docker.com/r/siavvasm/sdk4ed-dependability-toolbox/tags). In order to install it locally, you need to execute the following command on your terminal (assuming that Docker Engine is already installed on your system):
|
|
|
The QSA mechanism is available for download on [DockerHub](https://hub.docker.com/r/siavvasm/vm4sec-security-assessment). In order to install it locally, you need to execute the following command on your terminal (assuming that Docker Engine is already installed on your system):
|
|
|
|
|
|
~~~
|
|
|
docker run -p 8080:8080 --name vm4sec-qsa -e DB_IP=<IP of the MongoDB> -e DB_PORT=<The PORT of the MongoDB> -d siavvasm/vm4sec-security-assessment:latest bash ./catalina.sh run
|
... | ... | @@ -35,7 +35,7 @@ In this section, we describe how the QSA mechanism can be used as an individual |
|
|
|
|
|
## Execution of the Docker Container
|
|
|
|
|
|
Having the QSA Container already deployed on your local machine (see the [Installation](dependability-toolbox-installation) section for more information), it can be started, paused, and stopped using common Docker commands. In particular, in order to start the QSA mechanism you need to execute the following command on your terminal:
|
|
|
Having the QSA Container already deployed on your local machine (see the [Installation](Installation-directly-from-DockerHub) section for more information), it can be started, paused, and stopped using common Docker commands. In particular, in order to start the QSA mechanism you need to execute the following command on your terminal:
|
|
|
|
|
|
~~~
|
|
|
docker start vm4sec-qsa
|
... | ... | |