Skip to content

Instantly share code, notes, and snippets.

@salimpadela
salimpadela / setup-owasp-juiceshop.sh
Created August 16, 2022 09:49
Setup OWASP Juice Shop Application on Google Cloud Compute Engine
gcloud services enable compute.googleapis.com
#Create the OWASP Juice Shop application
gcloud compute instances create-with-container owasp-juice-shop-app --container-image bkimminich/juice-shop \
--network default \
--subnet default \
--machine-type e2-micro \
--zone us-central1-a