1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

The list of events that 'grep' told me about

docker(master) $ git grep 'LogEvent("' | sed 's/.*("//' | sed 's/").*//'
| sort | uniq | paste -s -d","
create,destroy,die,export,kill,pause,restart,start,stop,unpause

Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
SvenDowideit
2014-09-25 15:32:51 +10:00
committed by Tibor Vass
parent 1a83c9f87e
commit 003ddf6100

View File

@@ -502,6 +502,10 @@ For example:
--since="" Show all events created since timestamp
--until="" Stream events until this timestamp
Docker containers will report the following events:
create, destroy, die, export, kill, pause, restart, start, stop, unpause
### Examples
You'll need two shells for this example.