Docker RMI Dangling = True

sudo docker rmi $(docker images -f "dangling=true" -q)
Restu Wahyu Saputra