Run in Windows OS
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
Would be recommended to create a new directory and run the above command inside it.