docker container top [container name]
특정 컨테이너 안에서 돌고 있는 모든 프로세스를 보여준다.
docker container inspect
하나의 컨테이너의 설정과 관련한 세부내용을 보여준다.
docker container stats
모든 컨테이너를 보여준다. 컬럼 정보로 컨테이너 아이디, 이름, CPU 점유율, 도커에 할당된
메모리 안에서의 점유율 수치 및 퍼센트, NET I/O, BLOCK I/O, PIDS 가 있다.
The NET I/O column displays the total bytes received and transmitted over
the network by the corresponding container.
The BLOCK I/O section displays the total bytes written and read to the
container file system