x0rz / phishing_catcher

Phishing catcher using Certstream
https://blog.0day.rocks/catching-phishing-using-certstream-97177f0d499a
GNU General Public License v3.0
1.71k stars 355 forks source link

Docker Container showing Exit(2) status immediately after starting the container #68

Open KRiteshchowdary opened 2 years ago

KRiteshchowdary commented 2 years ago

Running Docker Version 4.10.1 (82475) System : macOS Monterey(12.4); MacBook Pro Intel Based

I have built docker container by running docker build . -t phishing_catcher from the phishing_catcher file. There were no errors during this time

Screenshot 2022-07-14 at 8 49 31 PM

When ever I try to run docker container by clicking the play button in 2-3 seconds the docker containers quits and Exit(2) is shown in status

How to resolve this issue.