@@ -224,6 +224,7 @@ from. Optionally a single string joining container id's with commas
...
@@ -224,6 +224,7 @@ from. Optionally a single string joining container id's with commas
* mac_address (str): The Mac Address to assign the container
* 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"]`)
* 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.
* volume_driver (str): The name of a volume driver/plugin.
* stop_signal (str): The stop signal to use to stop the container (e.g. `SIGINT`).
**Returns** (dict): A dictionary with an image 'Id' key and a 'Warnings' key.
**Returns** (dict): A dictionary with an image 'Id' key and a 'Warnings' key.