diff options
author | Colin Walters <walters@verbum.org> | 2017-11-09 10:49:25 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-09 16:48:07 +0000 |
commit | a0476f6529f2a4c00b91bb0cce353c73d5c4d4d4 (patch) | |
tree | aea652c425390ff668ce9896a0ddd099af9e54cd | |
parent | 0a2cb93fc26c5fd2fc8c494945fd8664670aa552 (diff) | |
download | podman-a0476f6529f2a4c00b91bb0cce353c73d5c4d4d4.tar.gz podman-a0476f6529f2a4c00b91bb0cce353c73d5c4d4d4.tar.bz2 podman-a0476f6529f2a4c00b91bb0cce353c73d5c4d4d4.zip |
README.md: Typo fixes and small tweaks
Should be mostly self-evident. I dropped the `is meant to` as it feels too
passive.
Signed-off-by: Colin Walters <walters@verbum.org>
Closes: #35
Approved by: mheon
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ ## What is the scope of this project? -libpod is meant to provide an library for applications lookint the user the Container Pod concept popularized by Kubernetes. +libpod provides a library for applications looking to use the Container Pod concept popularized by Kubernetes. libpod also contains a tool kpod, which allows you to manage Pods, Containers, and Container Images. At a high level, we expect the scope of libpod/kpod to the following functionalities: -* Support multiple image formats including the existing Docker image format +* Support multiple image formats including the existing Docker/OCI image formats * Support for multiple means to download images including trust & image verification * Container image management (managing image layers, overlay filesystems, etc) * Container and POD process lifecycle management |