Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 551 Bytes

InspectHostPort.md

File metadata and controls

19 lines (9 loc) · 551 Bytes

InspectHostPort

InspectHostPort provides information on a port on the host that a container's port is bound to.

Properties

Name Type Description Notes
hostIp String IP on the host we are bound to. "" if not specified (binding to all IPs). [optional]
hostPort String Port on the host we are bound to. No special formatting - just an integer stuffed into a string. [optional]

Implemented Interfaces

  • Serializable