From e2ba8a54935df8d40676529f67b16f5927e51000 Mon Sep 17 00:00:00 2001 From: Luke Marsden Date: Wed, 3 Jun 2015 12:00:43 +0100 Subject: Add volume_driver param to client.create_container - Add appropriate test which also asserts that volume names can be passed through to drivers. - Add new param to docs. Signed-off-by: Luke Marsden --- docs/api.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/api.md') diff --git a/docs/api.md b/docs/api.md index 26dfe60..3b3a144 100644 --- a/docs/api.md +++ b/docs/api.md @@ -219,6 +219,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. -- cgit v1.2.1