📦 lxc/lxdコンテナ作成-ログイン-停止-削除
作成
$ lxc launch images:ubuntu/22.04 <container name>
ex)
$ lxc launch images:'7e91d7b86f7a' centos8
$ lxc launch images:'40098e7b6536' centos8vm --vm
📦 lxc/lxd 公式イメージ検索
📦 lxc/lxd 公式イメージから作成-起動
ログイン
$ lxc exec <container name> -- /bin/bash
$ lxc exec <container name> -- <任意のコマンド>
停止
$ lxc stop <container name>
削除
$ lxc delete <container name>
ref: https://linuxcontainers.org/ja/lxd/getting-started-cli/
#📦lxc/lxd