1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

LXDでコンテナがstop出来ない場合の対応方法

1
Last updated at Posted at 2016-02-15

Ubuntu 15.10 + LXD 2.0.0.beta2で利用していますが、lxc stopやlxc restartを実行しても無反応となるため調べてみたところ、次の方法で強制的にコンテナを停止出来ることが分かりました。

--forceオプションをつけることでとりあえずstopできるようです。

$ lxc stop hoge --force

--forceしないと止められないのが気持ち悪いですね。

参考

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?