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
Родитель 6df533adb4
Коммит 05060a7c94
14 изменённых файлов: 74 добавлений и 18 удалений

Просмотреть файл

@ -1174,7 +1174,11 @@ Status Codes:
`GET /events`
Get events from docker, either in real time via streaming, or via
polling (using since)
polling (using since).
Docker containers will report the following events:
create, destroy, die, export, kill, pause, restart, start, stop, unpause
**Example request**:

Просмотреть файл

@ -1204,8 +1204,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**:

Просмотреть файл

@ -1269,8 +1269,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**:

Просмотреть файл

@ -1258,8 +1258,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**:

Просмотреть файл

@ -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**:

Просмотреть файл

@ -1269,8 +1269,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**:

Просмотреть файл

@ -999,7 +999,11 @@ Status Codes:
`GET /events`
Get events from docker, either in real time via streaming, or via
polling (using since)
polling (using since).
Docker containers will report the following events:
create, destroy, die, export, kill, pause, restart, start, stop, unpause
**Example request**:

Просмотреть файл

@ -1043,7 +1043,11 @@ Status Codes:
`GET /events`
Get events from docker, either in real time via streaming, or via
polling (using since)
polling (using since).
Docker containers will report the following events:
create, destroy, die, export, kill, pause, restart, start, stop, unpause
**Example request**:

Просмотреть файл

@ -1053,7 +1053,11 @@ Status Codes:
`GET /events`
Get events from docker, either in real time via streaming, or via
polling (using since)
polling (using since).
Docker containers will report the following events:
create, destroy, die, export, kill, pause, restart, start, stop, unpause
**Example request**:

Просмотреть файл

@ -1151,7 +1151,11 @@ Status Codes:
`GET /events`
Get events from docker, either in real time via streaming, or via
polling (using since)
polling (using since).
Docker containers will report the following events:
create, destroy, die, export, kill, pause, restart, start, stop, unpause
**Example request**:

Просмотреть файл

@ -1096,7 +1096,11 @@ Status Codes:
`GET /events`
Get events from docker, either in real time via streaming, or via
polling (using since)
polling (using since).
Docker containers will report the following events:
create, destroy, die, export, kill, pause, restart, start, stop, unpause
**Example request**:

Просмотреть файл

@ -1147,7 +1147,11 @@ Status Codes:
`GET /events`
Get events from docker, either in real time via streaming,
or via polling (using since)
or via polling (using since).
Docker containers will report the following events:
create, destroy, die, export, kill, pause, restart, start, stop, unpause
**Example request**:

Просмотреть файл

@ -1177,7 +1177,11 @@ Status Codes:
`GET /events`
Get events from docker, either in real time via streaming, or via
polling (using since)
polling (using since).
Docker containers will report the following events:
create, destroy, die, export, kill, pause, restart, start, stop, unpause
**Example request**:

Просмотреть файл

@ -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.