Skip to content

Commit 874be5b

Browse files
committed
docs/api.md: rework stats params
1 parent bec21cf commit 874be5b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,10 @@ Identical to the `docker search` command.
726726
Similar to the `docker start` command, but doesn't support attach options. Use
727727
`.logs()` to recover `stdout`/`stderr`.
728728

729+
**Params**:
730+
731+
* container (str): The container to start
732+
729733
**Deprecation warning:** For API version > 1.15, it is highly recommended to
730734
provide host config options in the
731735
[`host_config` parameter of `create_container`](#create_container)
@@ -748,7 +752,7 @@ This will stream statistics for a specific container.
748752

749753
**Params**:
750754

751-
* container (str): The container to start
755+
* container (str): The container to stream statistics for
752756
* decode (bool): If set to true, stream will be decoded into dicts on the
753757
fly. False by default.
754758

0 commit comments

Comments
 (0)