In case you need to delete all docker images from your system, use this command:
docker image ls | awk '{print $1":"$2}' | xargs docker image rm
In case you need to delete all docker images from your system, use this command:
docker image ls | awk '{print $1":"$2}' | xargs docker image rm
For further actions, you may consider blocking this person and/or reporting abuse
Deeshath -
box -
Siddhant Khare -
Panchanan Panigrahi -
Top comments (0)