mirror of https://github.com/docker/cli.git
Adding timestamp end to events endpoint. Modifying api docs.
Docker-DCO-1.1-Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com> (github: jimenez)
This commit is contained in:
parent
0f4461a8b2
commit
b002e5ff8e
|
@ -411,7 +411,9 @@ For example:
|
||||||
|
|
||||||
Get real time events from the server
|
Get real time events from the server
|
||||||
|
|
||||||
--since="": Show previously created events and then stream.
|
--since="": Show all events created since timestamp
|
||||||
|
(either seconds since epoch, or date string as below)
|
||||||
|
--until="": Show events created before timestamp
|
||||||
(either seconds since epoch, or date string as below)
|
(either seconds since epoch, or date string as below)
|
||||||
|
|
||||||
.. _cli_events_example:
|
.. _cli_events_example:
|
||||||
|
|
Loading…
Reference in New Issue