[docker] 명령어

Juno·2023년 1월 11일
0

Docker Container Start 명령어

Docker start [Names or containerId]

Docker 컨테이너 및 이미지 삭제
차근 차근 따라하기

Docker Process 확인 명령어

docker ps

Docker Stop 명령어

docker stop [Names or containerId]

Docker Remove 명령어

docker rm [Names or containerId]

Docker All Process 확인 명령어

docker ps -a

Docker Image 확인 명령어

docker images

Docker Image Remove 명령어

Docker rmi [IMAGE ID]

Docker Image 재확인

docker images
profile
Developer :)

0개의 댓글