... | ... | @@ -36,6 +36,12 @@ These two steps could embed into the following one: |
|
|
sudo docker run -it --name vp-tool -p 5002:5002 iliakalo/vp-tool bash python vp_service.py DB_IP DB_PORT
|
|
|
~~~
|
|
|
|
|
|
The services will reside at the following end point:
|
|
|
~~~
|
|
|
<your_local_host_ip>:5002
|
|
|
~~~
|
|
|
In the above endpoint, you should replace the <your_local_host_ip> placeholder with the IP of your local machine on which the VP docker container is running.
|
|
|
|
|
|
|
|
|
Subsequently, information is provided on how to utilize the VP tool.
|
|
|
|
... | ... | |