mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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:
parent
6df533adb4
commit
05060a7c94
14 changed files with 74 additions and 18 deletions
|
|
@ -1263,8 +1263,12 @@ Status Codes:
|
|||
|
||||
`GET /events`
|
||||
|
||||
Get events from docker, either in real time via streaming, or
|
||||
via polling (using since)
|
||||
Get container events from docker, either in real time via streaming, or via
|
||||
polling (using since).
|
||||
|
||||
Docker containers will report the following events:
|
||||
|
||||
create, destroy, die, export, kill, pause, restart, start, stop, unpause
|
||||
|
||||
**Example request**:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue