mirror of https://github.com/docker/cli.git
use : instead of = in mounts service pretty inspect
Signed-off-by: Essam A. Hassan <es.hassan187@gmail.com>
This commit is contained in:
parent
0ff5f52051
commit
7285241681
|
@ -92,10 +92,10 @@ ContainerSpec:
|
||||||
Mounts:
|
Mounts:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- range $mount := .ContainerMounts }}
|
{{- range $mount := .ContainerMounts }}
|
||||||
Target = {{ $mount.Target }}
|
Target: {{ $mount.Target }}
|
||||||
Source = {{ $mount.Source }}
|
Source: {{ $mount.Source }}
|
||||||
ReadOnly = {{ $mount.ReadOnly }}
|
ReadOnly: {{ $mount.ReadOnly }}
|
||||||
Type = {{ $mount.Type }}
|
Type: {{ $mount.Type }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- if .Configs}}
|
{{- if .Configs}}
|
||||||
Configs:
|
Configs:
|
||||||
|
|
Loading…
Reference in New Issue