You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When watchtower updates my image and restarts container I get this error:
2025-01-20 01:24:48 docker.errors.NotFound: 404 Client Error for http+docker://localhost/v1.47/containers/4658ae62f206/json: Not Found ("No such container: 4658ae62f206")
4658ae62f206 is an old container id, looks like socket returns old hostname
Is there a way to fix it? I'm attempting to get container ID
After restart environment variable HOSTNAME is also old one
The text was updated successfully, but these errors were encountered:
I have this method running in docker container
When watchtower updates my image and restarts container I get this error:
2025-01-20 01:24:48 docker.errors.NotFound: 404 Client Error for http+docker://localhost/v1.47/containers/4658ae62f206/json: Not Found ("No such container: 4658ae62f206")
4658ae62f206 is an old container id, looks like socket returns old hostname
Is there a way to fix it? I'm attempting to get container ID
After restart environment variable HOSTNAME is also old one
The text was updated successfully, but these errors were encountered: