I have a spring boot app running in alpine linux listening on port 8080. However, when I do:
$ lsof
$ lsof -i 8080
it doesn't show the open ports. Do you know what I am doing wrong?
It almost seems that lsof on alpine linux isn't honoring any arguments. It always shows the same output - just seems to ignore -i.
Thank you.