도커 생명주기 및 기본명령어 

 

https://darrengwon.tistory.com/791

 

docker 기본 명령어 (ps, stop, start, rm, logs, exec, images, network)

컨테이너 레벨 명령어 🐳 docker ps ps는 process status의 약자입니다. // 현재 실행 중인 도커 컨테이너 docker ps // a옵션을 주게 된 경우 stop된 컨테이너도 확인할 수 있습니다. docker ps -a docker ps를 실행

darrengwon.tistory.com

 

+ Recent posts