I have two docker images with tags as dockerimage:test
and dockerimage:<none>
. How can I remove both of these images with a single command?
I have two docker images with tags as dockerimage:test
and dockerimage:<none>
. How can I remove both of these images with a single command?
2
Answers
I used the command below to remove all images.
Get image id’s with
and then run