Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 591 Bytes

EndpointSpec.md

File metadata and controls

20 lines (10 loc) · 591 Bytes

DockerEngineApi.EndpointSpec

Properties

Name Type Description Notes
mode String The mode of resolution to use for internal load balancing between tasks. [optional] [default to 'vip']
ports [EndpointPortConfig] List of exposed ports that this service is accessible on from the outside. Ports can only be provided if vip resolution mode is used. [optional]

Enum: ModeEnum

  • vip (value: "vip")

  • dnsrr (value: "dnsrr")