티스토리 뷰

container 전체 삭제

docker rm $(docker ps -a -q)

 

image 전체 삭제

docker rmi $(docker images -q)

 

전체 삭제

docker system prune -a
728x90
댓글