Launch Windows Subsystem for Linux, install the container, and launch the Juice Shop.
Open an Ubuntu shell from a Windows Command or Powershell terminal:
wsl
If you need to install Windows Subsystem for Linux, please see WSL Install.
Install the OWASP Juice Shop container From the Ubuntu command shell:
sudo docker pull bkimminich/juice-shop
sudo docker run --rm -p 88:3000 bkimminich/juice-shop
If you need to install Docker, see Docker Install.
Launch a browser and navigate to http://localhost:88
.