... | ... | @@ -33,7 +33,7 @@ python vp_service.py DB_IP DB_PORT |
|
|
|
|
|
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
|
|
|
sudo docker run -it --name vp-tool -p 5002:5002 iliakalo/vp-tool:latest bash -c "python vp_service.py DB_IP DB_PORT; bash"
|
|
|
~~~
|
|
|
|
|
|
The services will reside at the following end point:
|
... | ... | |