lift ports

Show all listening TCP ports on the server and which tool or service owns each one.

lift ports

List all TCP ports currently listening on the server. Maps each port to its container/tool name using docker ps and marks known system ports (SSH, Traefik) separately.

Examples

$ lift ports
PORT  TOOL              TYPE    STATUS
----  ----              ----    ------
22    SSH               system  active
80    Traefik HTTP      system  active
443   Traefik HTTPS     system  active
5432  postgresql-db     tool    active
6379  redis-app         tool    active
8080  Traefik Dashboard system  active

# JSON output for scripting
lift ports --output jsonl