1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

Merge pull request #30900 from YuPengZTE/devPublisedPort

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

View File

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