mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
typo man-inspect
Signed-off-by: Sally O'Malley <somalley@redhat.com>
This commit is contained in:
parent
66112a7ae5
commit
df11b10680
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ each result.
|
||||||
Print usage statement
|
Print usage statement
|
||||||
|
|
||||||
**-f**, **--format**=""
|
**-f**, **--format**=""
|
||||||
Format the output using the given go template.
|
Format the output using the given Go template.
|
||||||
|
|
||||||
**--type**=*container*|*image*
|
**--type**=*container*|*image*
|
||||||
Return JSON for specified type, permissible values are "image" or "container"
|
Return JSON for specified type, permissible values are "image" or "container"
|
||||||
|
@ -201,8 +201,8 @@ output:
|
||||||
{{$p}} -> {{(index $conf 0).HostPort}} {{end}}' d2cc496561d6
|
{{$p}} -> {{(index $conf 0).HostPort}} {{end}}' d2cc496561d6
|
||||||
80/tcp -> 80
|
80/tcp -> 80
|
||||||
|
|
||||||
You can get more information about how to write a go template from:
|
You can get more information about how to write a Go template from:
|
||||||
http://golang.org/pkg/text/template/.
|
https://golang.org/pkg/text/template/.
|
||||||
|
|
||||||
## Getting information on an image
|
## Getting information on an image
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue