add mapped_ports field to NewContainerRes message
This commit is contained in:
parent
d942cede1e
commit
bb553f08af
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user