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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user