diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-19 20:48:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 20:48:11 +0200 |
commit | b4f9bc868e2f5b3ffc5b7487be9d7b717dd6ae5b (patch) | |
tree | 75d3453a1e4aeeefffff8de8d450750cddea7de3 | |
parent | e90d769af34df582edd31f29d6c81acc4256a816 (diff) | |
parent | b015c9560a560fa5b8fb581696d6b2434902a9eb (diff) | |
download | podman-b4f9bc868e2f5b3ffc5b7487be9d7b717dd6ae5b.tar.gz podman-b4f9bc868e2f5b3ffc5b7487be9d7b717dd6ae5b.tar.bz2 podman-b4f9bc868e2f5b3ffc5b7487be9d7b717dd6ae5b.zip |
Merge pull request #3376 from mheon/fire_the_ci
Minor roadmap adjustment in README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ This project tests all builds against each supported version of Fedora, the late 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. |