我在Ubuntu Ubuntu 14.04.4 LTS上使用LXC,并且以非特权用户身份执行以下操作。
$lxc config profile create privileged $lxc config profile set privileged security.privileged true
我试图将这个configuration文件应用到我的容器
$ lxc profile apply my-lxc-ct privileged error: not found
任何想法,为什么我无法应用此configuration文件?