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
CiCube -
Bobby Iliev -
Shah Zaib -
Yagyandatta Murmu -
Top comments (0)