summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-05 23:34:01 +0200
committerGitHub <noreply@github.com>2019-09-05 23:34:01 +0200
commita4572c4f681ef23495495f313ae513d5ba3fd495 (patch)
tree1786601af50c6e1f1bcae94ff5af0f089d378ff4
parentcef5bec06b200ffa5caed46db296e55fb7d72376 (diff)
parentf25f2ccbea18a02326234a0889b58337aa6dcbcc (diff)
downloadpodman-a4572c4f681ef23495495f313ae513d5ba3fd495.tar.gz
podman-a4572c4f681ef23495495f313ae513d5ba3fd495.tar.bz2
podman-a4572c4f681ef23495495f313ae513d5ba3fd495.zip
Merge pull request #3951 from rhatdan/readme
Fixup README.md to give proper information
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 34ed6d9e1..f04dd75d5 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Libpod provides a library for applications looking to use the Container Pod concept,
popularized by Kubernetes. Libpod also contains the Pod Manager tool `(Podman)`. Podman manages pods, containers, container images, and container volumes.
-* [Latest Version: 1.4.4](https://github.com/containers/libpod/releases/latest)
+* [Latest Version: 1.5.1](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)
* [GoDoc: ![GoDoc](https://godoc.org/github.com/containers/libpod/libpod?status.svg)](https://godoc.org/github.com/containers/libpod/libpod)
* Automated continuous release downloads (including remote-client):
@@ -29,11 +29,9 @@ This project tests all builds against each supported version of Fedora, the late
## Roadmap
-1. Allow the Podman CLI to use a Varlink backend to connect to remote Podman instances
1. Integrate libpod into CRI-O to replace its existing container management backend
1. Further work on the podman pod command
1. Further improvements on rootless containers
-1. Support for CGroups V2 (and resource isolation for rootless containers)
## Rootless
Podman can be easily run as a normal user, without requiring a setuid binary.