본문 바로가기

PS1

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

debian 계열의 BASE 에선 아래 명령으로 설치 할 수 있습니다. CLI에서 root@5f7131100b39:/# apt-get update && apt-get install procps or Dockerfile 에서 RUN apt-get update && apt-get install procps Docker 2022. 9. 9.
반응형