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
What version of docker are you running?
We are running podman v4.4.1
What version of registrator are you running?
v7
Did you build a custom version of registrator? If so, what is that image?
No
What is the exact command you are running registrator with?
registrator:
container_name: registrator
command: -internal consul://consul:8500
ttl: ttl 0
ttl-refresh: ttl-refresh 0
image: gliderlabs/registrator:master
security_opt:
- label=disable
restart: always
privileged: true
volumes:
- "/var/run/podman/podman.sock:/tmp/docker.sock"
links:
- consul
depends_on:
- consul
Description of the problem:
The events are not picked up continously. But podman sock records the events without any issues.
When we restart registrator, its working. And sometimes, the event gets read with a delay.
How reproducible:
Steps to Reproduce:
Actual Results:
Expected Results:
Additional info:
The text was updated successfully, but these errors were encountered:
We are running podman v4.4.1
v7
No
registrator:
container_name: registrator
command: -internal consul://consul:8500
ttl: ttl 0
ttl-refresh: ttl-refresh 0
image: gliderlabs/registrator:master
security_opt:
- label=disable
restart: always
privileged: true
volumes:
- "/var/run/podman/podman.sock:/tmp/docker.sock"
links:
- consul
depends_on:
- consul
Description of the problem:
The events are not picked up continously. But podman sock records the events without any issues.
When we restart registrator, its working. And sometimes, the event gets read with a delay.
How reproducible:
Steps to Reproduce:
Actual Results:
Expected Results:
Additional info:
The text was updated successfully, but these errors were encountered: