diff options
Diffstat (limited to 'docs/api.md')
-rw-r--r-- | docs/api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md index 573b041..4b64147 100644 --- a/docs/api.md +++ b/docs/api.md @@ -221,6 +221,7 @@ from. Optionally a single string joining container id's with commas * host_config (dict): A [HostConfig](hostconfig.md) dictionary * mac_address (str): The Mac Address to assign the container * labels (dict or list): A dictionary of name-value labels (e.g. `{"label1": "value1", "label2": "value2"}`) or a list of names of labels to set with empty values (e.g. `["label1", "label2"]`) +* volume_driver (str): The name of a volume driver/plugin. **Returns** (dict): A dictionary with an image 'Id' key and a 'Warnings' key. |