새로운 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
누구든지 어떤 아이디어가 있습니까?