Commit d381ea0
committed
Add 'runtime' to the state
There are some points we can get benefit from the 'runtime' field,
1, clearly get the runtime of container, it's useful for statistic.
2, different kinds of runtime will not try to operate incompatible container,
such as, runc should not execute(runc exec) program on runv container.
Signed-off-by: Gao feng <[email protected]>1 parent dca1dfd commit d381ea0
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments