buildah/docs
Zhou Hao 1501529b38 images: Error if the specified imagename does not exist
The images option allows the image name to be specified. If the specified image does not exist, an error should be output.

Before modification:
```
➜  buildah git:(images-wron-name) sudo buildah images --format {{.ID}} 456
```

After modification:
```
➜  buildah git:(images-wron-name) sudo ./buildah images --format {{.ID}} 456
No such image 456

```

Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>

Closes: #727
Approved by: rhatdan
2018-05-29 15:51:27 +00:00
..
cni-examples Add example CNI configurations 2018-05-24 14:10:01 +00:00
tutorials Rename tutorials.md to README.md in tutorial dir 2018-02-10 11:14:52 +00:00
Makefile Fix handling of man page for make install 2017-04-18 20:20:10 +00:00
buildah-add.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00
buildah-bud.md Use CNI to configure container networks 2018-05-24 14:10:01 +00:00
buildah-commit.md Implement --squash for build-using-dockerfile and commit 2018-05-22 16:43:58 +00:00
buildah-config.md Add CLI options for specifying namespace and cgroup setup 2018-05-24 14:10:01 +00:00
buildah-containers.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00
buildah-copy.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00
buildah-from.md Use CNI to configure container networks 2018-05-24 14:10:01 +00:00
buildah-images.md images: Error if the specified imagename does not exist 2018-05-29 15:51:27 +00:00
buildah-inspect.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00
buildah-mount.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00
buildah-push.md Touchup man page short options across man pages 2018-05-11 16:23:15 +00:00
buildah-rm.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00
buildah-rmi.md Force "localhost" as a default registry 2018-05-02 19:52:53 +00:00
buildah-run.md Use CNI to configure container networks 2018-05-24 14:10:01 +00:00
buildah-tag.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00
buildah-umount.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00
buildah-version.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00
buildah.md Modify man pages so they compile correctly in mandb 2018-04-26 17:16:23 +00:00