Installing-Docker-in-Kali-Linux | Install OWASP Juice-Shop in KALI Linux | walkthrough ep-1

Published: 11 January 2020
on channel: IRB0T
370
2

steps:
Install Docker
1) curl -fsSL https://download.docker.com/linux/deb... | apt-key add -
2) echo '[deb arch=amd64] https://download.docker.com/linux/debian buster stable' > /etc/apt/sources.list.d/docker.list
3) apt-get update (optional)
4) apt-get install docker-ce
Installing OWASP juice-shop
1) Run docker pull bkimminich/juice-shop
2) Run docker run --rm -p 3000:3000 bkimminich/juice-shop
3) Browse to http://localhost:3000 (on macOS and Windows browse to http://192.168.99.100:3000 if you are using docker-machine instead of the native docker installation)


Watch video Installing-Docker-in-Kali-Linux | Install OWASP Juice-Shop in KALI Linux | walkthrough ep-1 online without registration, duration hours minute second in high quality. This video was added by user IRB0T 11 January 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 37 once and liked it people.