Files
docker-cli/command
Yong Tang 4e89a50a31 Add .CreatedAt placeholder for docker network ls --format
This fix tries to add a placeholder `.CreatedAt` for Go
format template in `docker network ls --format`.

While working on 29226, I noticed that it is not possible to
display network's creation time in `docker network ls`, with or
without `--format`.

We are able to find the timestamp through `docker network inspect` though.

However, as we allows networks to be pruned based on the timestamp
(see 29226), showing the timestamp in `docker network ls --format`
would be much useful now.

This fix adds the `.CreatedAt` placeholder for `docker network ls --format`.
The default output was not changed for `docker network ls --format`.

A test case for unit tests has been added.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-01-04 15:18:44 -08:00
..
2016-11-08 16:17:15 -08:00
2016-12-12 09:34:03 +01:00
2016-10-25 06:43:54 +00:00
2016-12-20 21:05:19 +08:00
2016-12-27 23:30:50 +08:00
2016-12-25 20:31:52 +01:00
2016-09-19 10:34:31 -07:00
2016-12-09 14:27:53 -08:00