summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-28 15:03:31 -0400
committerGitHub <noreply@github.com>2020-08-28 15:03:31 -0400
commit1f9b854c239d310fee7606b1ef21cb046e30825b (patch)
tree83ec47fb5bf44cc56f884895270b203c0e6248d9 /README.md
parenta5085b06a5877c8df84c56041820351e24e24ad1 (diff)
parent8cf23655dfa20e700c7bdc3f1e463e7a9a255ff0 (diff)
downloadpodman-1f9b854c239d310fee7606b1ef21cb046e30825b.tar.gz
podman-1f9b854c239d310fee7606b1ef21cb046e30825b.tar.bz2
podman-1f9b854c239d310fee7606b1ef21cb046e30825b.zip
Merge pull request #7431 from mheon/update_master_206
[CI:DOCS] Update Master to reflect v2.0.5 release
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 449a19d45..f1a5e267f 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.
-* [Latest Version: 2.0.4](https://github.com/containers/podman/releases/latest)
+* [Latest Version: 2.0.5](https://github.com/containers/podman/releases/latest)
* Latest Remote client for Windows
* Latest Remote client for MacOs
* Latest Static Remote client for Linux
@@ -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.