Just figured it out.
I needed to use the “RunningFor” field, which says how long ago the container was created.
E.g.,
$ docker ps --format “table {{.Names}}\t{{.Status}}\t{{.RunningFor}} ago”
Share and learn in the Docker community.
Just figured it out.
I needed to use the “RunningFor” field, which says how long ago the container was created.
E.g.,
$ docker ps --format “table {{.Names}}\t{{.Status}}\t{{.RunningFor}} ago”