Run in Windows OS
THIS METHOD IS DEPRECATED
To run PV in windows systems, download Docker Desktop, follow the install instructions and then from a command line run:
docker run --name PV2 -p 8080:80 -v db:/var/lib/mysql -v uploads:/var/www/html/uploads -v config:/config globaldyne/jbvault:v8.1
Would be recommended to create a new directory and run the above command inside it.