2024-05-23, 01:46 PM
You'll upset people by referring to FreeBSD as Linux, wars have been fought over less
You've got a few options.
I have a script I run that does the latter option for me when I want to update any containers.
You've got a few options.
- Wait for the Synology Container Manager app to pick up that there's a new image available and then update.
- Deploy something like Watchtower https://github.com/containrrr/watchtower and set it to auto-update your continers. This isn't without risk.
- If you deployed it as a project via Container Manager or using docker compose, then you can run "docker-compose down && docker-compose pull && docker-compose up -d" as a suitably privileged user from the directory containing the compose file.
I have a script I run that does the latter option for me when I want to update any containers.