1. 기술/서버, 데이터, 클라우드
도커 컨테이너 전체 삭제
$docker container rm -f $(docker ps -aq)
도커 이미지 전체 삭제
$docker image rm -f $(docker images -q)