Skip to content

docker-compose ps should show uptime #6867

Closed
@digitalresistor

Description

@digitalresistor

Is your feature request related to a problem? Please describe.

I would like to be able to see when the last time was that a docker container was restarted/updated. Similar to #4577, but my main concern is seeing the uptime of the container.

Describe the solution you'd like

docker-compose ps

shows the time since the container was launched.

Describe alternatives you've considered

Right now I use:

docker ps -a

instead, which means I get a sea of output that may not be relevant, especially if I am running multiple docker-compose setups locally.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions