... | ... | @@ -20,7 +20,7 @@ docker run -p 8088:8080 --name vm4sec-qsa -e DB_IP=<IP of the MongoDB> -e DB_POR |
|
|
The above command will download the Docker Image of the latest version of the QSA mechanism locally and will generate a Docker Container named vm4sec-qsa. It will also start the Tomcat Server that hosts the services. Hence, after the execution of this command the QSA will be up and running and the services will be invokable at port 8080 of your local machine. More specifically, the services will reside at the following end point:
|
|
|
|
|
|
~~~
|
|
|
<your_local_host_ip>:8080
|
|
|
<your_local_host_ip>:8088
|
|
|
~~~
|
|
|
|
|
|
In the above endpoint, you should replace the <your_local_host_ip> placeholder with the IP of your local machine on which the QSA docker container is running.
|
... | ... | |