Update / pull new images for multiple containers results in some containers missing. #12633
-
Ask a Question!So I went and updated and selected repull images for one after another for all that were showing new images available. Now I have 2 missing containers. I rebooted and then checked the CLI for docker and they are just gone.. the images are still showing in Portainer now labelled as unused. What happened? How do I restore the containers using the same image as before so I don't have to change all the settings again? Edit: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@grantdb, as long as the volume or bind mount is still present, you can redeploy the container and it should use the existing volume—getting you back up and running. One thing to check is whether the container is actually down. Sometimes, new versions of a container introduce breaking changes, so it’s always worth reading the release notes before updating. |
Beta Was this translation helpful? Give feedback.
@grantdb, as long as the volume or bind mount is still present, you can redeploy the container and it should use the existing volume—getting you back up and running.
One thing to check is whether the container is actually down. Sometimes, new versions of a container introduce breaking changes, so it’s always worth reading the release notes before updating.