私はlxdコンテナーを起動しようとしていますが、これを取得します:
lxc launch ubuntu:16.04
A criar o contentor
Error: Failed container creation: LXD doesn't have a uid/gid allocation. In this mode, only privileged containers are supported
Cat(/var/log/lxd/lxd.log)でこれ(関連部分)を取得します
lvl=info msg="LXD 3.0.2 is starting in normal mode" path=/var/lib/lxd t=2018-11-10T13:42:30+0000
err="User \"root\" has no subuids" lvl=warn msg="Error reading default uid/gid map" t=2018-11-10T13:42:30+0000
lvl=warn msg="Only privileged containers will be able to run" t=2018-11-10T13:42:30+0000
...
この問題を解決する方法についてのアイデアはありますか?
Freenode #lxcontainersのdnegreiraの助けを借りて、それはすべて/ etc/subuidと/ etc/subgidを編集して追加するという問題でした
root:1000000:65536
それらのファイルに。