tabimoba.net

とあるエンジニアの雑記帳

LXDコンテナやイメージを一括削除する方法

コンテナ

lxc delete --force $(lxc list --format csv -c "n")

イメージ

lxc image delete $(lxc image list --format csv -c "l")