From 2958c9067f1387a46c1146a1fbc5a38e89634ed2 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Tue, 2 Aug 2022 10:54:18 +0000 Subject: container: T4585: Rewrite show container Rewrite op-mode: - show container - show container network - show container image to the new vyos.opmode format --- op-mode-definitions/container.xml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'op-mode-definitions/container.xml.in') diff --git a/op-mode-definitions/container.xml.in b/op-mode-definitions/container.xml.in index fa66402dc..90bbc6889 100644 --- a/op-mode-definitions/container.xml.in +++ b/op-mode-definitions/container.xml.in @@ -100,13 +100,13 @@ Show containers - sudo podman ps --all + sudo ${vyos_op_scripts_dir}/container.py show_container Show container image - sudo podman image ls + sudo ${vyos_op_scripts_dir}/container.py show_image @@ -121,7 +121,7 @@ Show available container networks - sudo podman network ls + sudo ${vyos_op_scripts_dir}/container.py show_network -- cgit v1.2.3