From b141b56e6779644826129cf0899a87f28058c7ea Mon Sep 17 00:00:00 2001 From: sever-sever Date: Fri, 23 Apr 2021 13:11:45 +0000 Subject: container: T2216: Add binding for ports and volumes --- interface-definitions/containers.xml.in | 75 +++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/containers.xml.in b/interface-definitions/containers.xml.in index 47b41c834..6fc53c105 100644 --- a/interface-definitions/containers.xml.in +++ b/interface-definitions/containers.xml.in @@ -64,6 +64,81 @@ + + + Publish port to the container + + + + + Source host port + + u32:1-65535 + Source host port + + + start-end + Source host port range (e.g. 10025-10030) + + + + + + + + + Destination container port + + u32:1-65535 + Destination container port + + + start-end + Destination container port range (e.g. 10025-10030) + + + + + + + + + Protocol tcp/udp + + tcp udp + + + ^(tcp|udp)$ + + + + + + + + Mount a volume into the container + + + + + Source host directory + + txt + Source host directory + + + + + + Destination container directory + + txt + Destination container directory + + + + + -- cgit v1.2.3