From 8b481b47c915a495397f4a6f1cb04bf2518280b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=A7=AF=E8=B6=85?= Date: Thu, 7 Nov 2024 20:15:03 +0800 Subject: [PATCH 25/25] fix issues: Isula ps cannot display port mapping --- src/json/schema/container/container.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/json/schema/container/container.json b/src/json/schema/container/container.json index 7d59826..05b27e9 100644 --- a/src/json/schema/container/container.json +++ b/src/json/schema/container/container.json @@ -23,6 +23,9 @@ "command": { "type": "string" }, + "ports": { + "type": "string" + }, "ram": { "type": "double" }, -- 2.34.1