운영체제 & Linux/리눅스 명령어 & 관리
도커 <none> images 삭제
최생텍쥐페리
2022. 11. 28. 14:07
docker rmi $(docker images -a | grep "^<none>" | awk '{print $3}')