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

Merge pull request #15657 from sallyom/man-inspect-typo

typo man-inspect
Upstream-commit: 6947fbc2b0f12b53addafb4d9aa135db3b297a69
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2015-08-18 17:37:58 +02:00

View File

@@ -23,7 +23,7 @@ each result.
Print usage statement
**-f**, **--format**=""
Format the output using the given go template.
Format the output using the given Go template.
**--type**=*container*|*image*
Return JSON for specified type, permissible values are "image" or "container"
@@ -201,8 +201,8 @@ output:
{{$p}} -> {{(index $conf 0).HostPort}} {{end}}' d2cc496561d6
80/tcp -> 80
You can get more information about how to write a go template from:
http://golang.org/pkg/text/template/.
You can get more information about how to write a Go template from:
https://golang.org/pkg/text/template/.
## Getting information on an image