mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #50949 from thaJeztah/api_update_docs
api/docs: fix events example response
This commit is contained in:
@@ -2496,8 +2496,6 @@ Docker daemon report the following event:
|
||||
Transfer-Encoding: chunked
|
||||
|
||||
{
|
||||
"status": "pull",
|
||||
"id": "alpine:latest",
|
||||
"Type": "image",
|
||||
"Action": "pull",
|
||||
"Actor": {
|
||||
@@ -2510,9 +2508,6 @@ Docker daemon report the following event:
|
||||
"timeNano": 1461943101301854122
|
||||
}
|
||||
{
|
||||
"status": "create",
|
||||
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
|
||||
"from": "alpine",
|
||||
"Type": "container",
|
||||
"Action": "create",
|
||||
"Actor": {
|
||||
@@ -2527,9 +2522,6 @@ Docker daemon report the following event:
|
||||
"timeNano": 1461943101381709551
|
||||
}
|
||||
{
|
||||
"status": "attach",
|
||||
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
|
||||
"from": "alpine",
|
||||
"Type": "container",
|
||||
"Action": "attach",
|
||||
"Actor": {
|
||||
@@ -2558,9 +2550,6 @@ Docker daemon report the following event:
|
||||
"timeNano": 1461943101394865557
|
||||
}
|
||||
{
|
||||
"status": "start",
|
||||
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
|
||||
"from": "alpine",
|
||||
"Type": "container",
|
||||
"Action": "start",
|
||||
"Actor": {
|
||||
@@ -2575,9 +2564,6 @@ Docker daemon report the following event:
|
||||
"timeNano": 1461943101607533796
|
||||
}
|
||||
{
|
||||
"status": "resize",
|
||||
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
|
||||
"from": "alpine",
|
||||
"Type": "container",
|
||||
"Action": "resize",
|
||||
"Actor": {
|
||||
@@ -2594,9 +2580,6 @@ Docker daemon report the following event:
|
||||
"timeNano": 1461943101610269268
|
||||
}
|
||||
{
|
||||
"status": "die",
|
||||
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
|
||||
"from": "alpine",
|
||||
"Type": "container",
|
||||
"Action": "die",
|
||||
"Actor": {
|
||||
@@ -2626,9 +2609,6 @@ Docker daemon report the following event:
|
||||
"timeNano": 1461943105230860245
|
||||
}
|
||||
{
|
||||
"status": "destroy",
|
||||
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
|
||||
"from": "alpine",
|
||||
"Type": "container",
|
||||
"Action": "destroy",
|
||||
"Actor": {
|
||||
|
||||
Reference in New Issue
Block a user