LoginSignup
3
3

More than 3 years have passed since last update.

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

Last updated at Posted at 2019-07-06

コンテナ

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

イメージ

lxc image delete $(lxc image list --format csv -c "l")
3
3
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
3
3