mirror of https://github.com/docker/docker-py.git
exec -> execute
This commit is contained in:
parent
0ff92f5f12
commit
079bf7ecfb
|
@ -221,10 +221,10 @@ Inspect changes on a container's filesystem
|
|||
|
||||
**Returns** (str):
|
||||
|
||||
## exec
|
||||
## execute
|
||||
|
||||
```python
|
||||
c.exec(container, cmd, detach=False, stdout=True, stderr=True,
|
||||
c.execute(container, cmd, detach=False, stdout=True, stderr=True,
|
||||
stream=False, tty=False)
|
||||
```
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Change Log
|
|||
|
||||
## Features
|
||||
|
||||
* Added the `exec` command.
|
||||
* Added the `execute` command.
|
||||
* Added `pause` and `unpause` commands.
|
||||
* Added support fo the `cpuset` param in `create_container`
|
||||
* Added support for host devices (`devices` param in `start`)
|
||||
|
|
Loading…
Reference in New Issue