diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-31 09:05:17 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-31 09:27:43 +0000 |
commit | 1a34eb25e6a102926ec879220a0fd9d04da35fdf (patch) | |
tree | 29f7273fb6711649f0d0517877f6ba2cfba0ffe3 | |
parent | 805c6d997b4eb8941e7c2a12879bf9a5284835d0 (diff) | |
download | podman-1a34eb25e6a102926ec879220a0fd9d04da35fdf.tar.gz podman-1a34eb25e6a102926ec879220a0fd9d04da35fdf.tar.bz2 podman-1a34eb25e6a102926ec879220a0fd9d04da35fdf.zip |
add Pod Manager References
Just to clarify where the name came from. We also now manage
volumes so add that to the description.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,8 +3,7 @@ # Library and tool for running OCI-based containers in Pods Libpod provides a library for applications looking to use the Container Pod concept, -popularized by Kubernetes. libpod also contains the `podman` tool, for managing -Pods, Containers, and Container Images. +popularized by Kubernetes. Libpod also contains the Pod Manager tool `(Podman)`. Podman manages pods, containers, container images, and container volumes. * [Latest Version: 1.0.0](https://github.com/containers/libpod/releases/latest) * [Continuous Integration:](contrib/cirrus/README.md) [![Build Status](https://api.cirrus-ci.com/github/containers/libpod.svg)](https://cirrus-ci.com/github/containers/libpod/master) |