File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ Kill a container or send a signal to a container
511
511
** Params** :
512
512
513
513
* container (str ): The container to kill
514
- * signal (str or int ): The singal to send. Defaults to `SIGKILL `
514
+ * signal (str or int ): The signal to send. Defaults to `SIGKILL `
515
515
516
516
# # load_image
517
517
@@ -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