수색…


Docker는 모든 실행중인 컨테이너를 통계합니다.

sudo docker stats $(sudo docker inspect -f "{{ .Name }}" $(sudo docker ps -q))

실행중인 모든 컨테이너의 실제 CPU 사용량을 표시합니다.



Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow