jesseduffield / lazydocker

The lazier way to manage everything docker
MIT License
38.07k stars 1.21k forks source link

Container run time and/or creation date #587

Open joihn opened 1 month ago

joihn commented 1 month ago

docker container ls can show me for how long the container as been running, which is a valuable info to discriminate between similar containers

CONTAINER ID   IMAGE       COMMAND                  CREATED                STATUS         PORTS     NAMES
25ac353d326c   dummy       "/bin/bash -c 'sourc…"   3 minutes ago      Up 3 minutes                    dummy
asdfasdfas9       dummy2     "/bin/bash -c 'sourc…"   30 minutes ago   Up 30 minutes                  dummy2

it seems laydocker does not show this important info, or maybe I did not find it ?