diff options
author | gabi beyer <gabrielle.n.beyer@intel.com> | 2019-08-27 18:21:14 +0000 |
---|---|---|
committer | Marco Vedovati <mvedovati@suse.com> | 2019-09-24 11:01:28 +0200 |
commit | f50ba201c4d54aa51dc53af89d53caf552a4b5bb (patch) | |
tree | ef5dd2b4e9d2b8e92979839fc1ebd06803cb9c21 | |
parent | 5813c8246eb32205cc3e68a293c6cf3eb2ba291d (diff) | |
download | podman-f50ba201c4d54aa51dc53af89d53caf552a4b5bb.tar.gz podman-f50ba201c4d54aa51dc53af89d53caf552a4b5bb.tar.bz2 podman-f50ba201c4d54aa51dc53af89d53caf552a4b5bb.zip |
Add Kata Containers support
Update documentation to show Kata Containers support is no longer
a limitation with merging of commit 486a5b9
Signed-off-by: gabi beyer <gabrielle.n.beyer@intel.com>
-rw-r--r-- | rootless.md | 1 |
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 |