さらに
$ sudo lxd init
Error: Failed to connect to local LXD: Get "http://unix.socket/1.0": dial unix /var/lib/lxd/unix.socket: connect: no such file or directory
と怒られたので、
$ sudo /etc/rc.d/init.d/lxd start
とした。
QT: https://fedibird.com/@hanaguro/109833982927230697 [参照]
$ lxc launch images:plamo/7.x plamo-container
初めてこのマシンで LXD を使う場合、lxd init と実行する必要があります
Error: Get "http://unix.socket/1.0": dial unix /var/lib/lxd/unix.socket: connect: permission denied
と怒られた。既にsudo lxd initしてある。
$ sudo usermod -aG lxd takahiro
としてログアウト → ログインした後、
$ lxc launch images:plamo/7.x plamo-container
plamo-container を作成中
…
成功したみたい。
QT: https://fedibird.com/@hanaguro/109834022635826801 [参照]