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
A log capture of all the docker events before, during, and after the issue.
2020/04/03 11:29:45 Syncing services on 7 containers
2020/04/03 11:29:45 unable to inspect container: ce8970809026 json: cannot unmarshal number into Go value of type string
2020/04/03 11:29:45 unable to inspect container: 59aedb3e2a67 json: cannot unmarshal number into Go value of type string
If relevant, Dockerfile for application that is having issues.
Description of the problem:
Looks like registrator is not able to parse the answer from docker.
19.03.6
:latest
gliderlabs/registrator:latest
Dockerfile
for application that is having issues.Description of the problem:
Looks like registrator is not able to parse the answer from docker.
registrator/bridge/bridge.go
Line 197 in b737bf7
registrator uses library "github.com/fsouza/go-dockerclient".
So I've tried to reproduce: https://gist.github.com/solohin/5ec204c0b402b89120cb689e233a7db9
But this code works ok., check reponse.txt
How reproducible:
Steps to Reproduce:
Actual Results:
Just "unable to inspect container" in logs
Expected Results:
Containers registered in Consul
Additional info:
The text was updated successfully, but these errors were encountered: