From 6dd0499f4cb97dd749f3f9aa5b649039ae7cf6c4 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Thu, 31 Aug 2023 08:37:17 +0000 Subject: T5531: Containers add label option Ability to set labels for container set container name c1 allow-host-networks set container name c1 image 'busybox' set container name c1 label mypods value 'My label for containers' --- interface-definitions/container.xml.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/container.xml.in b/interface-definitions/container.xml.in index baab6104f..8259e7bdf 100644 --- a/interface-definitions/container.xml.in +++ b/interface-definitions/container.xml.in @@ -145,6 +145,26 @@ The command's arguments must be ascii characters, use " and &apos for double and single quotes respectively + + + Add label variables + + [a-z0-9](?:[a-z0-9.-]*[a-z0-9])? + + Label variable name must be alphanumeric and can contain hyphen, dots and underscores + + + + + Set label option value + + txt + Set label option value + + + + + Memory (RAM) available to this container -- cgit v1.2.3