8
8

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.

dockerコンテナ一個一個のリソースを確認する

Posted at

Dockerのコンテナ内部のリソース状況を一個一個みるのは結構面倒なのでその対処。

install方法

wget https://github.com/bcicen/ctop/releases/download/v0.7.1/ctop-0.7.1-linux-amd64 -O /usr/local/bin/ctop
chmod +x /usr/local/bin/ctop

起動

ctop

画面

稼働しているコンテナのサマリー表示される
image-20180322014156917.png

詳細

コンテナ内部のリソース状況をホスト側から確認できる
スクリーンショット 2018-03-22 10.41.31.png

docker logも確認可能
スクリーンショット 2018-03-22 10.42.28.png

コンテナの起動停止も可能
スクリーンショット 2018-03-22 10.46.57.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?