mirror of https://github.com/docker/docker-py.git
Added wait to the Container class documentation.
The container class documentation did not automatically document the `Container.wait` method. Signed-off-by: Andreas Backx <andreas@backx.org>
This commit is contained in:
parent
8a6b168467
commit
1a923c561f
|
@ -53,3 +53,4 @@ Container objects
|
|||
.. automethod:: top
|
||||
.. automethod:: unpause
|
||||
.. automethod:: update
|
||||
.. automethod:: wait
|
||||
|
|
Loading…
Reference in New Issue