... | ... | @@ -29,6 +29,11 @@ To start the server, use the command prompt inside the running Container and exe |
|
|
python vp_service.py
|
|
|
~~~
|
|
|
|
|
|
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
|
|
|
~~~
|
|
|
|
|
|
|
|
|
Subsequently, information is provided on how to utilize the VP tool.
|
|
|
|
... | ... | @@ -42,14 +47,9 @@ Having the VP Container already deployed on your local machine, it can be starte |
|
|
|
|
|
~~~
|
|
|
sudo docker start vp-tool
|
|
|
sudo docker exec -it vp-tool bash
|
|
|
sudo docker exec -it vp-tool bash python vp_service.py
|
|
|
~~~
|
|
|
|
|
|
and then inside the running Container execute the following command:
|
|
|
|
|
|
~~~
|
|
|
python vp_service.py
|
|
|
~~~
|
|
|
|
|
|
In order to stop the VP container, you need to execute the following command:
|
|
|
~~~
|
... | ... | |