Update 'README.md'

This commit is contained in:
Jack Hadrill 2020-03-07 18:47:41 +00:00
parent f8cf66ea38
commit 0328852b8f
1 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,7 @@
# Docker In LXC # Docker In LXC
Append the following to `/etc/pve/lxc/<vmid>.conf`. Append the following to `/etc/pve/lxc/<vmid>.conf` of an unpriviledged containers.
``` ```
features: nesting=1 features: keyctl=1,nesting=1
lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: a
lxc.cap.drop:
``` ```