mirror of https://github.com/docker/cli.git
Update integration tests when container and image have same name
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
This commit is contained in:
parent
b87dd1342f
commit
6bfda2dbbc
|
@ -20,8 +20,9 @@ parent = "smn_cli"
|
||||||
values are "image" or "container"
|
values are "image" or "container"
|
||||||
-s, --size Display total file sizes if the type is container
|
-s, --size Display total file sizes if the type is container
|
||||||
|
|
||||||
By default, this will render all results in a JSON array. If a format is
|
By default, this will render all results in a JSON array. If the container and
|
||||||
specified, the given template will be executed for each result.
|
image have the same name, this will return container JSON for unspecified type.
|
||||||
|
If a format is specified, the given template will be executed for each result.
|
||||||
|
|
||||||
Go's [text/template](http://golang.org/pkg/text/template/) package
|
Go's [text/template](http://golang.org/pkg/text/template/) package
|
||||||
describes all the details of the format.
|
describes all the details of the format.
|
||||||
|
|
|
@ -16,8 +16,9 @@ CONTAINER|IMAGE [CONTAINER|IMAGE...]
|
||||||
|
|
||||||
This displays all the information available in Docker for a given
|
This displays all the information available in Docker for a given
|
||||||
container or image. By default, this will render all results in a JSON
|
container or image. By default, this will render all results in a JSON
|
||||||
array. If a format is specified, the given template will be executed for
|
array. If the container and image have the same name, this will return
|
||||||
each result.
|
container JSON for unspecified type. If a format is specified, the given
|
||||||
|
template will be executed for each result.
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
**--help**
|
**--help**
|
||||||
|
|
Loading…
Reference in New Issue