File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -726,6 +726,10 @@ Identical to the `docker search` command.
726
726
Similar to the `docker start` command, but doesn' t support attach options. Use
727
727
`.logs()` to recover `stdout` / `stderr` .
728
728
729
+ ** Params** :
730
+
731
+ * container (str ): The container to start
732
+
729
733
** Deprecation warning:** For API version > 1.15 , it is highly recommended to
730
734
provide host config options in the
731
735
[`host_config` parameter of `create_container` ](# create_container)
@@ -748,7 +752,7 @@ This will stream statistics for a specific container.
748
752
749
753
** Params** :
750
754
751
- * container (str ): The container to start
755
+ * container (str ): The container to stream statistics for
752
756
* decode (bool ): If set to true, stream will be decoded into dicts on the
753
757
fly. False by default.
754
758
You can’t perform that action at this time.
0 commit comments