You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Copy file name to clipboardExpand all lines: docs/api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,7 @@ from. Optionally a single string joining container id's with commas
219
219
* host_config (dict): A [HostConfig](hostconfig.md) dictionary
220
220
* mac_address (str): The Mac Address to assign the container
221
221
* 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"]`)
222
+
* volume_driver (str): The name of a volume driver/plugin.
222
223
223
224
**Returns** (dict): A dictionary with an image 'Id' key and a 'Warnings' key.
0 commit comments