新しいlxcコンテナに問題があります。私はlxd / lxcを使い始めましたが、デフォルトに設定されています。 lxcバージョン2.0.4を使用しており、ホストはUbuntu 14.04.5 LTSです。
新しいコンテナを作成しました。
$ lxc launch ubuntu:16.04 dnsfilter
コンテナ()に入るとlxc exec dnsfilter bash
ファイルを作成できますが、chown
まったく作成できません。
root@dnsfilter:~# touch file1
root@dnsfilter:~# chown nobody file1
chown: changing ownership of 'file1': Operation not permitted
root@dnsfilter:~# ls -laF
total 10
drwx------ 2 root root 6 Oct 19 09:40 ./
drwxr-xr-x 22 root root 22 Oct 18 07:18 ../
-rw------- 1 root root 842 Oct 18 12:10 .bash_history
-rw-r--r-- 1 root root 3106 Oct 22 2015 .bashrc
-rw-r--r-- 1 root root 148 Aug 17 2015 .profile
-rw-r--r-- 1 root root 0 Oct 19 09:39 file1
これは、次のような多くのことを妨げる可能性があります。apt-get install anything-at-all
誰でもどんなアイデアがありますか?