4. Setup "WebGoat" and "WebWolf" on AWS EC2 using "Docker"

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • Setup "WebGoat" and "WebWolf" on AWS EC2 instance using "Docker"
    Here are some of the command which will be used after creating EC2 instance, in order to install WebGoat and WebWolf through docker.
    $ sudo yum update -y
    $ sudo docker -v
    $ sudo docker ps (if docker is already install )
    $ sudo yum install -y docker (install docker if it is not installed yet)
    $ sudo service docker start (start the docker in background)
    $ sudo docker pull webgoat/goatandwolf ( pull the docker image from dockerhub )
    $ sudo docker run -p 8080:8080 -p 9090:9090 -e TZ=Europe/Amsterdam webgoat/goatandwolf
    Technology tutorials videos

КОМЕНТАРІ • 3

  • @harshakshit3611
    @harshakshit3611 2 роки тому

    Thanks for saving me, amazing tutorial

  • @mengencang3538
    @mengencang3538 2 роки тому +1

    excellent tutorial, thanks!

  • @anuragmathur6201
    @anuragmathur6201 2 роки тому

    Thanks for such a nice tutorial. I was able to replicate the same practically very easily without any error. :)