chrisjd20/Snorpy

Bind: Address already in use

Opened this issue · 2 comments

Full disclosure: I am pretty novice when it comes to dealings with CentOS.

So I set up a spare computer with CentOS 7 specifically for this project. My office is essentially a blue team, and since Snorpy website has been down, I turned to this to see if I could do it myself.

CentOS 7 installed
Docker installed
Snorpy installed

When I go to run the last command,
docker run -p 8080:8080 -it --rm --name snorpy_container snorpy_app

I get the following error;
docker: Error response from daemon: driver failed programming external connectivity on endpoint snorpy_container (xxxx): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use

I guess what I interpret from this message is that I need to bind an IP address with this, but I don't really know how to proceed from here. Any suggestions?

Thank you, I got it running, now I'm just going to try to get it get up so I can use it from home if I like.