Endpoint interface
描述容器的端點組態
屬性
| host |
從容器公開應用程式的主機IP |
| name | 端點的名稱 |
| protocol | 透過此端點進行通訊的通訊協定 |
| published | 從容器公開應用程式的埠。 |
| target | 容器內的應用程式埠。 |
屬性詳細資料
hostIp
從容器公開應用程式的主機IP
hostIp?: string
屬性值
string
name
端點的名稱
name?: string
屬性值
string
protocol
透過此端點進行通訊的通訊協定
protocol?: string
屬性值
string
published
從容器公開應用程式的埠。
published?: number
屬性值
number
target
容器內的應用程式埠。
target?: number
屬性值
number