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
Dimitrios Desyllas -
Ákos Takács -
Srikanth Jana -
FDiaz -
Top comments (0)