Skip to content

Updating Containers in Container Manager

Last updated on 21 September 2023

Important or Recent Updates
History UpdatesDate
New guide for Container Manager25/04/2023
Historic updates at the end of the guide

The new Container Manager makes updating container images super easy, it can all be done via the UI and no need to SSH into your NAS for updating Docker Compose projects!

Let’s Begin

Head over to the Image tab in Container Manager, in the list of images you will see updates next to the ‘Tag’ field.

You will only be notified of updates for images that you have selected a general tag, such as Latest or Nightly, if you have a specific version number it will remain as is. It is also worth noting that images from GitHub or other sources outside of hub.docker.com will not receive update notices.

Click on the ‘Update available’ button next to the images you want to update, then the screen below will appear, click the Update button.

Then confirm the Update and you will see the image download in the main list.

Container Manager will automatically stop and update your running containers.

Sometimes you may find the container doesn’t get reset correctly with the new image. If this is the case take the extra couple of steps. Stop the container you are updating, then from the top menu click Action > Reset.

Your container will now be running the latest image.

Extra step for Containers part of a Project

If you update a container within a Project it can cause the overall project to fail if that container relies on another. For example updating Gluetun will break the network connection for containers running through it.

Go to the Project tab and select the project you wish to rebuild, then from the Action menu press Stop.

Next click the Action Menu again but this time select build – This will remove the containers and then rebuild them with the updated images.

That’s it, going forward you can easily update containers using this method.



Buy Me a Coffee or a Beer

If you have found my site useful please consider pinging me a tip as it helps cover the cost of running things or just lets me get the odd beverage. Plus 10% goes to the devs of the apps I do guides for every year.

Published inDockerSynologyUpdating Containers 7.2

29 Comments

  1. Victor Victor

    So you mentioned that updating Gluetun would break the dependencies of the other containers in the project. This has just happened to me, as they apparently cannot “find” Gluetun anymore (“No such container”). They seem to be specifically looking for the “old” Gluetun. Do you know how to fix this?

    • Dr_Frankenstein Dr_Frankenstein

      You just need to do the section titles ‘Extra step for Containers part of a Project’ which brings down the whole VPN Project and then up again

  2. Matt Matt

    Hello,

    I have an issue with updating containers. Even though there seems to be a new version on Docker Hub, I almost never see the update button (only ever saw it with one image). Under Images I see all the tags listed as “latest” without an update button. I always add the “:latest” tag in docker-compose when specifying an image. Does Container Manager update the images by itself in this case or is my Container Manager just not working correctly? In case of the latter, do you have any idea what the cause might be, please?

    Thanks !

    • Dr_Frankenstein Dr_Frankenstein

      For the images you have, are they from Docker Hub as any outside of it won’t show updates.

      • Matt Matt

        You are correct, that might be the issue. I failed to notice that one of my images actually seems to be pulled from a different registry. Is there a way to add the registry so that Container Manager also tracks updates for images that are pulled from there? If not, how can I please update an image from a custom registry – do I just rebuild the project?
        Thanks!

        • Dr_Frankenstein Dr_Frankenstein

          Unfortunately not you can pull it in Container Managers built in updater, however you can pull the latest image by stopping the Project assuming it is set up from one, and then delete the existing image… Then `build` the project again and it will pull the most up-to-date version.

          • Matt Matt

            It seems that it’s not possible to delete the image without deleting the container as well (when I try deleting the image I get an error saying that it’s being used even though the project is stopped). Is it safe to delete the container or would that delete other stuff like e.g. the container’s settings as well?

            Thanks for your help!

            • Dr_Frankenstein Dr_Frankenstein

              Hey so after doing the update you should be able to remove any redundant images, if you stop the Project and delete the containers, then the image that is fine. All settings are stored in the mapped /docker/containername folder

  3. Ryan Ryan

    I might be missing something, but hoping this is a simple fix. I’ve set up containers for Sonarr, Radarr, Readarr, qBittorrent with GlueTUN, and SABnzbd. Out of all of them, SABnzbd’s IP address changes every time the container restarts (either from update or a NAS power cycle). How can I keep SABnzbd from changing the IP address (and any idea why it is the only one of all of them that changes)? I either have to stop the container and change it back, or go into the *arrs and update the IP for the downloader in settings.

    • Dr_Frankenstein Dr_Frankenstein

      Do you mean the Docker IP changes for the container e.g. 172.x.x.x? If so just use the synobridge gateway IP address for the communications between them of 172.20.0.1 this won’t change. The container IPs can change unless you specifically reserve them in their respective compose files, it’s not really required though. Or do you mean the port e.g :8081

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

drfrankenstein.co.uk – writing Synology Docker Guides since 2016 – Join My Discord!