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 {