Hi,
I really like using portainer to manager docker but there is also the updater add-on installed as prerequisite. What I do not want to have is automatic pruning of my images that have no attached container (which is the case for alpine/git docker image for example). How can I disable the cronjob or the related shell scripts permanently? I mean I can edit all that by hand (via crontab -e or simply with an editor) but will it survive the next updater add-on "update"?
Jan