diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2ef1e..03ffa1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 4.4.1 | 2019-05-11 | updated docs | | 4.4.0 | 2019-05-11 | `dockerContainers()` added started, finished time | | 4.3.0 | 2019-05-09 | `dockerContainers()` `dockerStats()` added restartCount | | 4.2.1 | 2019-05-09 | `networkInterfaceDefault()` time delay fix (linux) | diff --git a/README.md b/README.md index 236ff97..5435cc9 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,12 @@ I also created a nice little command line tool called [mmon][mmon-github-url] ( | | [0].image | X | X | X | X | X | name of image | | | [0].imageID | X | X | X | X | X | ID of image | | | [0].command | X | X | X | X | X | command | -| | [0].created | X | X | X | X | X | creation time | +| | [0].created | X | X | X | X | X | creation time (unix) | +| | [0].started | X | X | X | X | X | creation time (unix) | +| | [0].finished | X | X | X | X | X | creation time (unix) | +| | [0].createdAt | X | X | X | X | X | creation date time string | +| | [0].startedAt | X | X | X | X | X | creation date time string | +| | [0].finishedAt | X | X | X | X | X | creation date time string | | | [0].state | X | X | X | X | X | created, running, exited | | | [0].ports | X | X | X | X | X | array of ports | | | [0].mounts | X | X | X | X | X | array of mounts | diff --git a/docs/history.html b/docs/history.html index d111b9b..484c138 100644 --- a/docs/history.html +++ b/docs/history.html @@ -80,9 +80,14 @@ + + 4.4.1 + 2019-05-11 + updated docs + 4.4.0 - 2019-05-09 + 2019-05-11 dockerContainers() added started, finished time diff --git a/docs/index.html b/docs/index.html index b110bb8..eb2f835 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
-
Current Version: 4.4.0
+
Current Version: 4.4.1