diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-08-28 11:18:10 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-08-28 11:18:10 -0400 |
commit | 8cf23655dfa20e700c7bdc3f1e463e7a9a255ff0 (patch) | |
tree | b0e88ae942a44e894d76b5e0b7758dbd2521edb2 /README.md | |
parent | d981440d20dcf223798e512299d7b947a010d507 (diff) | |
download | podman-8cf23655dfa20e700c7bdc3f1e463e7a9a255ff0.tar.gz podman-8cf23655dfa20e700c7bdc3f1e463e7a9a255ff0.tar.bz2 podman-8cf23655dfa20e700c7bdc3f1e463e7a9a255ff0.zip |
Small tweaks to readme scope section
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,8 +21,10 @@ At a high level, the scope of Podman and libpod is the following: * Full management of those images, including pulling from various sources (including trust and verification), creating (built via Containerfile or Dockerfile or committed from a container), and pushing to registries and other storage backends. * Full management of container lifecycle, including creation (both from an image and from an exploded root filesystem), running, checkpointing and restoring (via CRIU), and removal. * Support for pods, groups of containers that share resources and are managed together. +* Support for running containers and pods without root or other elevated privileges. * Resource isolation of containers and pods. * Support for a Docker-compatible CLI interface. +* No manager daemon, for improved security and lower resource utilization at idle. * Support for a REST API providing both a Docker-compatible interface and an improved interface exposing advanced Podman functionality. * In the future, integration with [CRI-O](https://github.com/cri-o/cri-o) to share containers and backend code. |