Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Resource restriction and Monitoring of docker Container

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

docker stats name #View container resource usage

limit memory

docker run -d -p 8088:8080 --name=monitor -m 200M hub.c.163.com/xbingo/cadvisor:latest

Limit containers to running on a CPU

docker run -d -p 8088:8080 --name=monitor -m 200M --cpuset-cpus=0 hub.c.163.com/xbingo/cadvisor:latest #Limit container run on first cpu

Monitoring containers with cadvisor

docker pull hub.c.163.com/xbingo/cadvisor:latest

docker run -d -p 8080:8080 --name=monitor -v /var/run:/var/run -v /sys:/sys:ro

-v /var/lib/docker:/var/lib/docker:ro --restart=always hub.c.163.com/xbingo/cadvisor:latest

http://192.168.1.18:8080

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report