add mapped_ports field to NewContainerRes message

This commit is contained in:
Noor 2025-01-24 11:49:22 +00:00
parent d942cede1e
commit bb553f08af
Signed by: noormohammedb
GPG Key ID: E424C39E19EFD7DF

@ -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 {