Update 'README.md'

This commit is contained in:
Jack Hadrill 2020-03-07 18:32:22 +00:00
parent 67fdd85a21
commit f8cf66ea38

View File

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