diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-03-16 06:46:35 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-03-18 12:23:41 -0400 |
commit | d0ee203986b2de559d4b6240bab7dda789bafb73 (patch) | |
tree | df2331c97c8008efcd9d8b592eccfbd783c257d0 /README.md | |
parent | ea54a1c2f51d3173649277939738ce9b1c392076 (diff) | |
download | podman-d0ee203986b2de559d4b6240bab7dda789bafb73.tar.gz podman-d0ee203986b2de559d4b6240bab7dda789bafb73.tar.bz2 podman-d0ee203986b2de559d4b6240bab7dda789bafb73.zip |
Cleanup messages on podman load
If user does not specify file or redirect for stdin, then
throw an error
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ popularized by Kubernetes. Libpod also contains the Pod Manager tool `(Podman)` At a high level, the scope of libpod and podman is the following: -* Support multiple image formats including the existing Docker/OCI image formats. +* Support multiple image formats including the OCI and Docker image formats. * Support for multiple means to download images including trust & image verification. * Container image management (managing image layers, overlay filesystems, etc). * Full management of container lifecycle |