hey all, maybe my Google-Fu is glitching tonight, but what, if anything, do y'all use to track port usage in your docker containers? I know I can browse through Portainer, or grep some data out of my docker compose files etc, but I am hosting things on 3 different machines through a single reverse proxy, and I am just looking for an easy way to trace what ports are in use.

Ideally this would be some sort of container that can gather this data, but looking for recommendations

thanks

app

you are viewing a single comment's thread
view the rest of the comments
[–] [S, B] 1 point 2 years ago

Apparently, I just needed to wait. :-) I happened to be looking at something else today and found this project https://github.com/Notifiarr/dockwatch

If you look at one of the panels, it shows ports being used!!

  • source