インストール時に意外とコマンドが多かったのでメモ
$ vmc list
$ vmc start termina
$ lxc list
$ lxc image list images: | grep centos
$ lxc launch images:centos/8-Stream CentOS
$ lxc list
$ lxc stop CentOS
$ lxc start CentOS
$ lxc list
$ lxc exec CentOS bash
# ls -a
コンテナを削除する場合
$ lxc stop CentOS
$ lxc delete CentOS
最新版にアップデート
# sudo dnf update
必要なコマンドをインストール
# yum install -y man; yum reintall --setopt-tsflags='' -y bash
# yum install -y tree; yum reintall --setopt-tsflags='' -y bash