Skip to content

Commit 3278393

Browse files
authored
Merge pull request moby#50949 from thaJeztah/api_update_docs
api/docs: fix events example response
2 parents e4c9d28 + 139b646 commit 3278393

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

api/docs/v1.24.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,6 @@ Docker daemon report the following event:
24962496
Transfer-Encoding: chunked
24972497
24982498
{
2499-
"status": "pull",
2500-
"id": "alpine:latest",
25012499
"Type": "image",
25022500
"Action": "pull",
25032501
"Actor": {
@@ -2510,9 +2508,6 @@ Docker daemon report the following event:
25102508
"timeNano": 1461943101301854122
25112509
}
25122510
{
2513-
"status": "create",
2514-
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
2515-
"from": "alpine",
25162511
"Type": "container",
25172512
"Action": "create",
25182513
"Actor": {
@@ -2527,9 +2522,6 @@ Docker daemon report the following event:
25272522
"timeNano": 1461943101381709551
25282523
}
25292524
{
2530-
"status": "attach",
2531-
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
2532-
"from": "alpine",
25332525
"Type": "container",
25342526
"Action": "attach",
25352527
"Actor": {
@@ -2558,9 +2550,6 @@ Docker daemon report the following event:
25582550
"timeNano": 1461943101394865557
25592551
}
25602552
{
2561-
"status": "start",
2562-
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
2563-
"from": "alpine",
25642553
"Type": "container",
25652554
"Action": "start",
25662555
"Actor": {
@@ -2575,9 +2564,6 @@ Docker daemon report the following event:
25752564
"timeNano": 1461943101607533796
25762565
}
25772566
{
2578-
"status": "resize",
2579-
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
2580-
"from": "alpine",
25812567
"Type": "container",
25822568
"Action": "resize",
25832569
"Actor": {
@@ -2594,9 +2580,6 @@ Docker daemon report the following event:
25942580
"timeNano": 1461943101610269268
25952581
}
25962582
{
2597-
"status": "die",
2598-
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
2599-
"from": "alpine",
26002583
"Type": "container",
26012584
"Action": "die",
26022585
"Actor": {
@@ -2626,9 +2609,6 @@ Docker daemon report the following event:
26262609
"timeNano": 1461943105230860245
26272610
}
26282611
{
2629-
"status": "destroy",
2630-
"id": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743",
2631-
"from": "alpine",
26322612
"Type": "container",
26332613
"Action": "destroy",
26342614
"Actor": {

0 commit comments

Comments
 (0)