-
I do not find the root cause. Ideas? 🤔 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
How exactly did you come to the conclusion that the latest tag in the registry is wrong? My ad-hoc guess would be, that you tried to run a container with the latest-tag and your local Docker instance used the already present image 🙂 |
Beta Was this translation helpful? Give feedback.
How exactly did you come to the conclusion that the latest tag in the registry is wrong? My ad-hoc guess would be, that you tried to run a container with the latest-tag and your local Docker instance used the already present image 🙂
docker run --pull always
would ensure the image is always pulled (or at least verified against the local cache).