在 PVE 下的 LXC 容器内运行 Docker 容器时,若出现 unable to apply caps: operation not permitted: unknown.
则需要在 PVE 下进行一些配置
在/etc/pve/lxc/<id>.conf
中添加:
lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: a
lxc.cap.drop:
在 PVE 下的 LXC 容器内运行 Docker 容器时,若出现 unable to apply caps: operation not permitted: unknown.
则需要在 PVE 下进行一些配置
在/etc/pve/lxc/<id>.conf
中添加:
lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: a
lxc.cap.drop: