Skip to content

docker ps special handling? #31

@neopaf

Description

@neopaf

ps has special handling now, we get PIDs highlighted and acted upon.

Please consider doing something along those lines with docker ps command

[dorootless@atl-hmsapp01 ~]$ docker ps
CONTAINER ID   IMAGE                                                                        COMMAND                  CREATED       STATUS        PORTS                                                                      NAMES
bdb48f16f91a   harbor.provider.com/project/hatl:0.1.2                                        "/bin/sh -c ./bin/ha…"   3 weeks ago   Up 20 hours   0.0.0.0:3408->3408/tcp, 0.0.0.0:50158->50158/tcp                           hatl

Maybe it's reasonably difficult to highlight bdb48f16f91a and, upon clicking that, connect terminal to that container?

docker exec -it bdb48f16f91a bash

And automatically enable UI session?

(dreamer here)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions