summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-12 15:39:45 +0200
committerGitHub <noreply@github.com>2019-09-12 15:39:45 +0200
commitafa3d11381eb23820c653c44d3d249041bc6a833 (patch)
tree838df1e99c3949db94194d92557615077e09693e
parent57e093b3aedfdc3fbed50d625b288388fe6e5b1f (diff)
parentb1e36204b3e76cb6013cd207b7e95794029e15db (diff)
downloadpodman-afa3d11381eb23820c653c44d3d249041bc6a833.tar.gz
podman-afa3d11381eb23820c653c44d3d249041bc6a833.tar.bz2
podman-afa3d11381eb23820c653c44d3d249041bc6a833.zip
Merge pull request #4003 from TomSweeneyRedHat/dev/tsweeney/rootlessup2
Touch up some bad grammar in rootless doc
-rw-r--r--rootless.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootless.md b/rootless.md
index 7d5db3868..960430d54 100644
--- a/rootless.md
+++ b/rootless.md
@@ -6,14 +6,14 @@ Contributors are more than welcomed to help with this work. If you decide to ca
* Podman can not create containers that bind to ports < 1024.
* The kernel does not allow processes without CAP_NET_BIND_SERVICE to bind to low ports.
-* “How To” documentation is in patchy at best.
+* “How To” documentation is patchy at best.
* If /etc/subuid and /etc/subgid are not setup for a user, then podman commands
can easily fail
* This can be a big issue on machines using Network Based Password information (FreeIPA, Active Directory, LDAP)
* We are working to get support for NSSWITCH on the /etc/subuid and /etc/subgid files.
* No cgroup V1 Support
* cgroup V1 does not safely support cgroup delegation.
- * cgroup V2 is available on Fedora 29 and later and other Linux distributions.
+ * However, cgroup V2 provides cgroup delegation and is available on Fedora starting with version 29 and other Linux distributions.
* Can not share container images with CRI-O or other users
* Difficult to use additional stores for sharing content
* Does not work on NFS or parallel filesystem homedirs (e.g. [GPFS](https://www.ibm.com/support/knowledgecenter/en/SSFKCN/gpfs_welcome.html))