Open KRiteshchowdary opened 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
docker build . -t phishing_catcher
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
Exit(2)
How to resolve this issue.
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 timeWhen 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 statusHow to resolve this issue.