Skip to content

Commit 1f5ba4b

Browse files
committed
Merge pull request #678 from pdericson/docs
Minor fixes for docs/api.md
2 parents 4cfb157 + 874be5b commit 1f5ba4b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/api.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Kill a container or send a signal to a container
511511
**Params**:
512512

513513
* 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`
515515

516516
## load_image
517517

@@ -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)