Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
| ... | ... |
@@ -603,8 +603,6 @@ Status Codes: |
| 603 | 603 |
|
| 604 | 604 |
This endpoint returns a live stream of a container's resource usage statistics. |
| 605 | 605 |
|
| 606 |
-> **Note**: this functionality currently only works when using the *libcontainer* exec-driver. |
|
| 607 |
- |
|
| 608 | 606 |
**Example request**: |
| 609 | 607 |
|
| 610 | 608 |
GET /containers/redis1/stats HTTP/1.1 |
| ... | ... |
@@ -620,8 +620,6 @@ Status Codes: |
| 620 | 620 |
|
| 621 | 621 |
This endpoint returns a live stream of a container's resource usage statistics. |
| 622 | 622 |
|
| 623 |
-> **Note**: this functionality currently only works when using the *libcontainer* exec-driver. |
|
| 624 |
- |
|
| 625 | 623 |
**Example request**: |
| 626 | 624 |
|
| 627 | 625 |
GET /containers/redis1/stats HTTP/1.1 |
| ... | ... |
@@ -633,8 +633,6 @@ Status Codes: |
| 633 | 633 |
|
| 634 | 634 |
This endpoint returns a live stream of a container's resource usage statistics. |
| 635 | 635 |
|
| 636 |
-> **Note**: this functionality currently only works when using the *libcontainer* exec-driver. |
|
| 637 |
- |
|
| 638 | 636 |
**Example request**: |
| 639 | 637 |
|
| 640 | 638 |
GET /containers/redis1/stats HTTP/1.1 |
| ... | ... |
@@ -698,8 +698,6 @@ Status Codes: |
| 698 | 698 |
|
| 699 | 699 |
This endpoint returns a live stream of a container's resource usage statistics. |
| 700 | 700 |
|
| 701 |
-> **Note**: this functionality currently only works when using the *libcontainer* exec-driver. |
|
| 702 |
- |
|
| 703 | 701 |
**Example request**: |
| 704 | 702 |
|
| 705 | 703 |
GET /containers/redis1/stats HTTP/1.1 |
| ... | ... |
@@ -226,10 +226,8 @@ inside it) |
| 226 | 226 |
|
| 227 | 227 |
# EXEC DRIVER OPTIONS |
| 228 | 228 |
|
| 229 |
-Use the **--exec-opt** flags to specify options to the execution driver. The only |
|
| 230 |
-runtime that accepts any options is Linux. As a |
|
| 231 |
-result, you must also specify **-s=**native for this option to have effect. The |
|
| 232 |
-following is the only *native* option: |
|
| 229 |
+Use the **--exec-opt** flags to specify options to the execution driver. |
|
| 230 |
+The following options are available: |
|
| 233 | 231 |
|
| 234 | 232 |
#### native.cgroupdriver |
| 235 | 233 |
Specifies the management of the container's `cgroups`. You can specify |