ホスト側に共有をマウントして、コンテナでdevice add
はやりたくない。
#環境
- OS: Ubuntu 16.04.2 LTS
- LXD: 2.12
#操作
コンテナに以下の設定を追加して再起動。
# lxc config set container raw.apparmor 'mount fstype=cifs,'
# lxc config set container security.privileged true
# lxc restart container
再起動後はmount
コマンドでも/etc/fstab
でも通常通り。