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
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
@@ -209,6 +209,7 @@ from. Optionally a single string joining container id's with commas
209
209
* memswap_limit (int):
210
210
* host_config (dict): A [HostConfig](hostconfig.md) dictionary
211
211
* mac_address (str): The Mac Address to assign the container
212
+
* 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"]`)
212
213
213
214
**Returns** (dict): A dictionary with an image 'Id' key and a 'Warnings' key.
0 commit comments