diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-18 10:49:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-18 10:49:34 -0700 |
commit | 9289ecd478176bc3de29792d500b1383683bfe79 (patch) | |
tree | 6a4161f8911140921776d86c64a9cb74b4918ab2 /README.md | |
parent | 91b00281e8b785208e1330a5c9679aa63a907eb9 (diff) | |
parent | d0ee203986b2de559d4b6240bab7dda789bafb73 (diff) | |
download | podman-9289ecd478176bc3de29792d500b1383683bfe79.tar.gz podman-9289ecd478176bc3de29792d500b1383683bfe79.tar.bz2 podman-9289ecd478176bc3de29792d500b1383683bfe79.zip |
Merge pull request #2674 from rhatdan/load
Cleanup messages on podman load
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 |