mirror of https://github.com/docker/docker-py.git
Remove non-existing argument
There is no container argument in create_container_config. This is probably a leftover when this was copied from the Client.start documentation
This commit is contained in:
parent
f044b5e3f7
commit
488e14c560
|
@ -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