DockerInLXC/README.md

7 lines
137 B
Markdown
Raw Permalink Normal View History

2020-03-07 18:32:22 +00:00
# Docker In LXC
2020-03-07 18:21:55 +00:00
2020-03-07 18:47:41 +00:00
Append the following to `/etc/pve/lxc/<vmid>.conf` of an unpriviledged containers.
2020-03-07 18:32:22 +00:00
```
2020-03-07 18:47:41 +00:00
features: keyctl=1,nesting=1
2020-03-07 18:32:22 +00:00
```