Kaydet (Commit) ea9e13ff authored tarafından Joffrey F's avatar Joffrey F

Detail which exception is thrown by remove_volume

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst acd5e634
......@@ -741,7 +741,8 @@ Remove a volume. Similar to the `docker volume rm` command.
* name (str): The volume's name
**Returns** (bool): True on successful removal. Failure will raise an exception.
**Returns** (bool): True on successful removal. Failure will raise a
`docker.errors.APIError` exception.
## rename
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment