4
Docker (lXC 기반이 아닌 기본) 내부에서 lsof를 어떻게 대체 할 수 있습니까?
Docker 컨테이너 내부에서 lsof -i출력을 얻지 못한다 는 다소 당황 스럽습니다 . 예 (컨테이너 내부의 모든 명령 / 출력) : [1] root@ec016481cf5f:/# lsof -i [1] root@ec016481cf5f:/# netstat -tulpn Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - …