Open Justmfree opened 2 years ago
@Justmfree as for me, I disabled ipv6 on my docker host and I re-enabled than resolved. Please check docker logs to confirm ipv6 error. "journalctl -xfeu docker"
I can confirm disabling IPv6 on debian 11 helped. Maybe the README should be updated to require a v4 only host for now.
I can confirm disabling IPv6 on debian 11 helped. Maybe the README should be updated to require a v4 only host for now.
Problem still exists on CentOS Linux release 7.9.2009 (Core) after disabling ipv6
Here reproduced line from script where errors:
[root@mn-sflow001 goNfCollector]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
749db7cd7e51 influxdb:2.0.7 "/entrypoint.sh infl…" 2 minutes ago Up 2 minutes 8086/tcp influxdb_tmp
[root@mn-sflow001 goNfCollector]# docker exec -it 749db7cd7e51 wget http://localhost:8086
--2023-02-16 12:16:36-- http://localhost:8086/
Connecting to 10.190.10.49:3128... connected.
Proxy request sent, awaiting response... 403 Forbidden
2023-02-16 12:16:36 ERROR 403: Forbidden.
hello there is error during running script on influxdb container section:
checked container is created:
where can be the problem ?