exec -> execute

This commit is contained in:
Joffrey F 2014-11-03 23:02:14 +01:00
parent 0ff92f5f12
commit 079bf7ecfb
2 changed files with 3 additions and 3 deletions

View File

@ -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)
```

View File

@ -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`)