Score:0

MacOs Monterey M1/arm64 - unable to find open port using lsof, netstat

jp flag

I have a localhost:8080 running started using

docker run --rm -it -p 8080:8080 --entrypoint /bin/sh $$(docker build --target build -q -f $(DOCKERFILE) .)

That is just for verifying the docker build, then I exit out --rm -it and the docker ps is stoped and gone as expected.

Non of the following is showing any port 8080, but I can open localhost:8080 and is shows my website?

lsof -n -i TCP:8080

netstat -anvp tcp | awk 'NR<3 || /LISTEN/'
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.