I'm not sure if google-fu is glitching as much as imagination. You have three clean options:
-
docker container ls (shows container name and ports)
-
netstat -ban (shows all ports in use on the system + the binary running the service)
- Just write documentation for yourself when you bring up a new service. Doesn't have to be anything fancy, a simple markdown or YAML file can be used. I use YAML in case I ever want to use it programmatically.
netstat -an is your friend.
Documentation is your second best friend.