summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/containers.xml.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/op-mode-definitions/containers.xml.in b/op-mode-definitions/containers.xml.in
index 06f98b24e..a530bcff4 100644
--- a/op-mode-definitions/containers.xml.in
+++ b/op-mode-definitions/containers.xml.in
@@ -44,10 +44,16 @@
<children>
<leafNode name="image">
<properties>
- <help>Delete container image</help>
+ <help>Show available container images</help>
</properties>
<command>sudo ${vyos_op_scripts_dir}/containers_op.sh --show-images</command>
</leafNode>
+ <leafNode name="network">
+ <properties>
+ <help>Show available container networks</help>
+ </properties>
+ <command>sudo ${vyos_op_scripts_dir}/containers_op.sh --show-networks</command>
+ </leafNode>
</children>
</node>
</children>