This message was deleted.
# general
a
This message was deleted.
h
docker image prune -a
WARNING! This will remove all images without at least one container associated to them.
you can run
docker images
to see what images exist
About RKE1 - if you have not heard already...https://www.suse.com/support/kb/doc/?id=000021513
👍 1
e
DOCKER IMAGE PRUNE deletes only the dangled images not the unused images. btwn, yh we are aware of this rke1 EOL. we have migrating to RKE2. we have few workloads that will continue to run for next 6months on rke1.
a
the flag -a, make the command delete unused images
1
e
ok. thank you.