LoginSignup
0
0

More than 3 years have passed since last update.

Fedora に LXC, LXD をインストール

Posted at

LXC, LXD インストール

sudo dnf install -y snapd
sudo systemctl start snapd.seeded.service
reboot

sudo setenforce 0
sudo snap install lxd
sudo gpasswd -a <ユーザ名> lxd
sudo reboot

lxd init

lxd init は色々質問されるけど、とりあえず動かすなら default のままで。気になったのは以下

Name of the storage backend to use (btrfs, ceph, dir, lvm) [default=btrfs]:
⇒ デフォルト btrfs だけど嫌なら dir とか

Would you like LXD to be available over the network? (yes/no) [default=no]:
⇒ うーんこれなんだ???
0
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
0
0