Skip to content

Commit 01cf62b

Browse files
committed
Merge pull request #1011 from tomleb/master
Specify default value of stop's timeout
2 parents 88c8ed8 + 5234784 commit 01cf62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ Stops a container. Similar to the `docker stop` command.
962962

963963
* container (str): The container to stop
964964
* timeout (int): Timeout in seconds to wait for the container to stop before
965-
sending a `SIGKILL`
965+
sending a `SIGKILL`. Default: 10
966966

967967
## tag
968968

0 commit comments

Comments
 (0)