Old Docker Images

Kris Moore

SVP of Engineering
Administrator
Moderator
iXsystems
Joined
Nov 12, 2015
Messages
1,471
Yes, in the Apps UI, you can go to the "Manage Docker Images" tab, and then click the three-dot menus to remove specific ones. We'll be updating that section later to allow more proper bulk-delete / auto-pruning also.
 

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
If you are using truecharts apps they released their truetool with the ability to update apps and prune old images in one step. It only works for truecharts though.
 

truecharts

Guru
Joined
Aug 19, 2021
Messages
788
Code:
docker image prune

This does the job

That's the same we use in TrueTool, the TrueTool -p command is mostly meant as a easy addition for people that want to both run the updater, backup their apps and prune images daily (which should all three be done daily as well)
 

diegosn79

Cadet
Joined
Jul 30, 2023
Messages
2
Hello, looking at the images I have, I see the previous versions that are still there, is it possible to delete them manually without affecting the service of the latest version?
Thank you

nextcloud.jpg
 
Top