diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2019-02-22 09:36:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-22 09:36:57 +0700 |
commit | 0dbbe2f06fcb99a13c32d4dcb08f1f734dd6c641 (patch) | |
tree | afaf71bacca952b96c9c04e2ea3ed293deac902d /system/podman/README | |
parent | 6515d454c4f3a8fdc1ae76cc4d5ace3d666f26bc (diff) |
system/podman: Added (utility to run OCI-based containers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/podman/README')
-rw-r--r-- | system/podman/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/podman/README b/system/podman/README new file mode 100644 index 0000000000000..5295426059aac --- /dev/null +++ b/system/podman/README @@ -0,0 +1,15 @@ +podman - 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 a tool called podman +for managing Pods, Containers, and Container Images. + +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 for multiple means to download images including trust & image verification. +* Container image management (managing image layers, overlay filesystems, etc). +* Full management of container lifecycle +* Support for pods to manage groups of containers together +* Resource isolation of containers and pods. + +These container runtimes can run as non-root, but require sub-uid/gid mappings |