After pushing to the fleet, I have this one container that just keeps downloading time after time. Never goes to the latest revision I have had it before. I just re-did the whole thing in the past now, the device is remote,e and I cannot just remake the whole card
Does the push complete? (when you see the ascii unicorn) If so, are you seeing any errors or feedback in the log terminal when the container re-downloads?
Yes the push completed and I saw the unicorn. It goes through the motions. Only 1 container is newer and downloads it then finishes then downloads again and again.
It always does the exact same thing when I try update I’ve had to take it down and re install 4 times now
That usually means the container image is stuck in a pull loop. Try clearing cached images remotely (docker system prune -a) or forcing a rebuild/push to ensure the device fetches the latest revision.
I tried to update it a while ago, and it’s been stuck on Configuring
(Reboot in progress) it’s physically out of reach unless I climb to
it. Well, it’s not doing its job, so it doesn’t matter any more
One of your containers is stuck in a download loop and won’t update to the latest revision. Since the device is remote and you can’t rebuild the card, you’ll need to force a clean pull or clear the cached image. Many thanks!