Kaydet (Commit) 01cf62b4 authored tarafından Joffrey F's avatar Joffrey F

Merge pull request #1011 from tomleb/master

Specify default value of stop's timeout
...@@ -962,7 +962,7 @@ Stops a container. Similar to the `docker stop` command. ...@@ -962,7 +962,7 @@ Stops a container. Similar to the `docker stop` command.
* container (str): The container to stop * container (str): The container to stop
* timeout (int): Timeout in seconds to wait for the container to stop before * timeout (int): Timeout in seconds to wait for the container to stop before
sending a `SIGKILL` sending a `SIGKILL`. Default: 10
## tag ## tag
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment