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
Rakib Hasan -
Lukas Mauser -
MD ARIFUL HAQUE -
Marcos Vilela -
Top comments (0)