From bb553f08af6178d1b0da57234311eaf2809ca648 Mon Sep 17 00:00:00 2001 From: Noor Date: Fri, 24 Jan 2025 11:49:22 +0000 Subject: [PATCH] add mapped_ports field to NewContainerRes message --- proto/daemon.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/daemon.proto b/proto/daemon.proto index 573b0f8..3e9e86e 100644 --- a/proto/daemon.proto +++ b/proto/daemon.proto @@ -9,6 +9,7 @@ message NewContainerRes { optional shared.UUID container_id = 1; string status = 2; string ip_address = 3; + repeated shared.MappedPort mapped_ports = 4; } message ContainerInspectResp {