diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/container.xml.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/interface-definitions/container.xml.in b/interface-definitions/container.xml.in index 04318a7c9..8752f5f4d 100644 --- a/interface-definitions/container.xml.in +++ b/interface-definitions/container.xml.in @@ -538,6 +538,17 @@ <children> #include <include/interface/authentication.xml.i> #include <include/generic-disable-node.xml.i> + <leafNode name="insecure"> + <properties> + <help>Use HTTP instead of HTTPS</help> + <valueless/> + </properties> + </leafNode> + <leafNode name="mirror"> + <properties> + <help>Registry mirror, use host:port</help> + </properties> + </leafNode> </children> </tagNode> </children> |