lxc 无法将配置文件应用到容器

lxc 无法将配置文件应用到容器

我在 Ubuntu Ubuntu 14.04.4 LTS 上使用 LXC,并且以非特权用户身份执行以下操作。

$lxc config profile create privileged
$lxc config profile set privileged security.privileged true

我正在尝试将此配置文件应用到我的容器

  $ lxc profile apply my-lxc-ct privileged
    error: not found

知道为什么我无法应用此配置文件吗?

相关内容