mirror of https://github.com/docker/docker-py.git
Merge pull request #606 from bo0ts/patch-1
Remove non-existing argument
This commit is contained in:
commit
4aa2fa649f
|
|
@ -66,7 +66,6 @@ for example:
|
||||||
|
|
||||||
**Params**
|
**Params**
|
||||||
|
|
||||||
* container (str): The container to start
|
|
||||||
* binds: Volumes to bind. See [Using volumes](volumes.md) for more information.
|
* binds: Volumes to bind. See [Using volumes](volumes.md) for more information.
|
||||||
* port_bindings (dict): Port bindings. See [Port bindings](port-bindings.md)
|
* port_bindings (dict): Port bindings. See [Port bindings](port-bindings.md)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue