You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
This is probably the most important bit of information I would like lazydocker to display, as it helps me understand if containers on my VPS have been crashing and re-starting or not. Not sure why it's (apparently) not displayed anywhere
docker container ls
can show me for how long the container as been running, which is a valuable info to discriminate between similar containers
it seems laydocker does not show this important info, or maybe I did not find it ?
The text was updated successfully, but these errors were encountered: