#230·witr

[Feature]: make docker services more detailed

Author: liudonghua123Created Aug 14, 2026Updated Aug 14, 2026
Labelsenhancement

Is your feature request related to a problem?

If this app could show more details about docker containers, it would be more wonderful.

Here is the current output of a docker service.

[root@ha-master-1 ~]# witr --port 3120
Target      : docker-proxy

Process     : docker-proxy (pid 5196) {forked}
User        : root
Container   : docker
Service     : docker.service
Command     : /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 3120 -container-ip 172.29.0.2 -container-port 9000
Started     : 53 days ago (Mon 2026-06-22 13:58:37 +08:00)

Why It Exists :
  systemd (pid 1) → dockerd (pid 2131) → docker-proxy (pid 5196)

Source      : docker (container)

Working Dir : /
Sockets     : 0.0.0.0:3120 (TCP | LISTENING)

Warnings    :
  • Process is listening on a public interface
  • Process is running as root
  • Process is running from a suspicious working directory: /
[root@ha-master-1 ~]# docker ps|grep 3120
c67b85f01c07   rustfs/rustfs:latest                                        "/entrypoint.sh rust…"    11 months ago   Up 7 weeks                      0.0.0.0:3120->9000/tcp, 0.0.0.0:3121->9001/tcp                        rustfs
[root@ha-master-1 ~]#

Describe the solution you'd like

check the port service, if it is docker, show more detailed information about it.

Additional context

No response