Comment 3 for bug 2011716

Revision history for this message
joek-office (joek-office) wrote :

In my case, i have removed the images from the system. So docker daemon have to download the newest from quay.io. You can remove the image with
 - docker image rm [Image ID]
or you prune all the images so that every image have to download.
 - docker image prune --all -f