Skip to content

Image Troubleshooting

List supported images:

yeast pull --list

Show cached images:

yeast pull --cached

If an image cache entry is broken, remove it and start the project again:

yeast images clean ubuntu-24.04
yeast up

yeast up downloads the image again if it is missing.

Manual images require manual download or preparation before use.