1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

LXDコンテナで CIFS 共有をマウントする

Last updated at Posted at 2018-05-02

ホスト側に共有をマウントして、コンテナで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でも通常通り。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?