moby/docs/reference
Yong Tang 0ad02c6108 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
..
commandline Add .CreatedAt placeholder for docker network ls --format 2017-01-04 15:18:44 -08:00
builder.md correct some words 2016-12-20 17:43:26 +08:00
glossary.md followup to incorporate review comments per previous reviews on PR#29561 2016-12-22 12:30:53 -08:00
index.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
run.md update docs about --oom-score-adj 2016-12-20 11:14:39 +08:00