1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request from YuPengZTE/devPublisedPort

Add "=" before the value of PublishedPort
This commit is contained in:
Vincent Demeester 2017-02-12 21:56:43 +01:00 committed by GitHub
commit c110abfa9f

View file

@ -102,7 +102,7 @@ Endpoint Mode: {{ .EndpointMode }}
{{- if .Ports }} {{- if .Ports }}
Ports: Ports:
{{- range $port := .Ports }} {{- range $port := .Ports }}
PublishedPort {{ $port.PublishedPort }} PublishedPort = {{ $port.PublishedPort }}
Protocol = {{ $port.Protocol }} Protocol = {{ $port.Protocol }}
TargetPort = {{ $port.TargetPort }} TargetPort = {{ $port.TargetPort }}
PublishMode = {{ $port.PublishMode }} PublishMode = {{ $port.PublishMode }}