From f8cf66ea382144e75509633d30f4d5e7db2fc18c Mon Sep 17 00:00:00 2001 From: jackhadrill Date: Sat, 7 Mar 2020 18:32:22 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73f3438..3f83c5f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# DockerInLXC +# Docker In LXC +Append the following to `/etc/pve/lxc/.conf`. + +``` +features: nesting=1 +lxc.apparmor.profile: unconfined +lxc.cgroup.devices.allow: a +lxc.cap.drop: +``` \ No newline at end of file