... | @@ -9,10 +9,10 @@ The only prerequisite for the installation of the VP mechanism is to have the la |
... | @@ -9,10 +9,10 @@ The only prerequisite for the installation of the VP mechanism is to have the la |
|
|
|
|
|
The VP Docker image is available for download on [DockerHub](https://hub.docker.com/repository/docker/iliakalo/vp-tool). In order to install it locally, you need to pull it from DockerHub and then to create a Docker Container from this image.
|
|
The VP Docker image is available for download on [DockerHub](https://hub.docker.com/repository/docker/iliakalo/vp-tool). In order to install it locally, you need to pull it from DockerHub and then to create a Docker Container from this image.
|
|
|
|
|
|
In order to pull it from DockerHub you need to execute (with sudo) the following command on your terminal:
|
|
In order to pull it from DockerHub you need to execute the following command on your terminal:
|
|
|
|
|
|
~~~
|
|
~~~
|
|
docker pull iliakalo/vp-tool:latest
|
|
sudo docker pull iliakalo/vp-tool:latest
|
|
~~~
|
|
~~~
|
|
|
|
|
|
In order to create a Docker Container, you need to execute the following command on your terminal:
|
|
In order to create a Docker Container, you need to execute the following command on your terminal:
|
... | | ... | |