2020-03-07 18:32:22 +00:00
|
|
|
# Docker In LXC
|
2020-03-07 18:21:55 +00:00
|
|
|
|
2020-03-07 18:32:22 +00:00
|
|
|
Append the following to `/etc/pve/lxc/<vmid>.conf`.
|
|
|
|
|
|
|
|
```
|
|
|
|
features: nesting=1
|
|
|
|
lxc.apparmor.profile: unconfined
|
|
|
|
lxc.cgroup.devices.allow: a
|
|
|
|
lxc.cap.drop:
|
|
|
|
```
|