본문 바로가기

Docker container/image 에 ps 명령어 설치하기

오토씨 2022. 9. 9.

debian 계열의  BASE 에선 아래 명령으로 설치 할 수 있습니다.

CLI에서
root@5f7131100b39:/# apt-get update && apt-get install procps

or

Dockerfile 에서
RUN apt-get update && apt-get install procps

'Docker' 카테고리의 다른 글

docker 활용 팁  (0) 2022.09.26
Ubuntu 22.04 LTS 에 docker 설치하기  (0) 2022.09.02
proxy(프록시) 환경에서 Docker 사용하기  (0) 2022.08.24

댓글