The OWASP Juice Shop is an intentionally vulnerable modern application written in Node.js, Express and Angular. Juice-shop is one the flagship projects in OWASP. I created this image based on the ARM 64-bit Node.js base image.
A BIG THANK YOU to Björn Kimminich @bkimminich for working with me to make this possible and creating a build specifically for ARM.
Step 1: To start the container you can use the following command:
docker run -d --name juice-shop -p 3000:3000 santosomar/juice-shop-arm64
This will start the docker container and associate (expose) port 3000 to your local host (Raspberry Pi).
Step 2: Navigate to http://localhost:3000 and start hacking ;-)
Content type
Image
Digest
Size
494.1 MB
Last updated
over 6 years ago
docker pull santosomar/juice-shop-arm64