summaryrefslogtreecommitdiff
path: root/rootless.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-24 18:47:18 +0200
committerGitHub <noreply@github.com>2019-09-24 18:47:18 +0200
commitb300b981e7b101070198e8d8c9ef5c1c97f0c394 (patch)
tree60a654b26a40578d0e6bade2ec7bdf11d12457b3 /rootless.md
parent079dc576de042089b18c097670dfd216c56060e6 (diff)
parent65d5a9823e0544141b356c77f56cd49cd599e0ba (diff)
downloadpodman-b300b981e7b101070198e8d8c9ef5c1c97f0c394.tar.gz
podman-b300b981e7b101070198e8d8c9ef5c1c97f0c394.tar.bz2
podman-b300b981e7b101070198e8d8c9ef5c1c97f0c394.zip
Merge pull request #3756 from gabibeyer/rootlessOrdering
rootless: Rearrange setup of rootless containers
Diffstat (limited to 'rootless.md')
-rw-r--r--rootless.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/rootless.md b/rootless.md
index 53463dccc..8cccb86eb 100644
--- a/rootless.md
+++ b/rootless.md
@@ -27,7 +27,6 @@ can easily fail
* Can not use overlayfs driver, but does support fuse-overlayfs
* Ubuntu supports non root overlay, but no other Linux distros do.
* Only other supported driver is VFS.
-* No KATA Container support
* No CNI Support
* CNI wants to modify IPTables, plus other network manipulation that requires CAP_SYS_ADMIN.
* There is potential we could probably do some sort of blacklisting of the relevant plugins, and add a new plugin for rootless networking - slirp4netns as one example and there may be others