PI-Hole Docker restarting - Not accessible

Comments

2 comments

  • Avatar
    Safe Secs

    One more note: here's my routing table. I am imagining that the 172.17.0.0/24 is normal? I did not configure that network. The docker bridge IP is "linkdown" and that other network that I did not create, is linkdown. I restart it and ping (at the very bottom), ICMP is failing to google's dns... so this container and associated network connections is not doing well...

    pi@Firewalla:~ (redacted) $ ip route

    default via [redacted] dev eth0 metric 1

    1.1.1.1 via [redacted] dev eth0 metric 1

    8.8.8.8 via [redacted] dev eth0 metric 1

    [redacted] dev eth0 proto kernel scope link src [redacted]

    172.16.0.0/24 dev br-cdea7df26d5d proto kernel scope link src 172.16.0.1 linkdown

    172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown

    192.168.10.0/24 dev br0 proto kernel scope link src 192.168.10.1

    192.168.12.0/24 dev br1 proto kernel scope link src 192.168.12.1

     

     

     

    pi@Firewalla:~ (redacted) $ sudo docker run -it alpine ping 8.8.8.8

    PING 8.8.8.8 (8.8.8.8): 56 data bytes

    ^C

    --- 8.8.8.8 ping statistics ---

    12 packets transmitted, 0 packets received, 100% packet loss

    pi@Firewalla:~ (redacted) $ sudo docker ps

    CONTAINER ID   IMAGE                  COMMAND      CREATED          STATUS                         PORTS     NAMES

    4b7c4ee4a450   pihole/pihole:v5.1.2   "/s6-init"   45 minutes ago   Restarting (1) 8 seconds ago             pihole

    0
    Comment actions Permalink
  • Avatar
    AZ

    FTL is failing and constantly restarting. Check the logs

    sudo docker logs pihole

    That being said I wouldn't run a docker pihole on a Purple. 2 issues - the firewalla itself does everything the pihole can do. So do it natively with the hardware.

    Also the Purple barely has enough memory as is. Whatever the docker container is using is extremely limited. Even if you get it running you'll then have a poorly running docker and a poorly running purple.

    0
    Comment actions Permalink

Please sign in to leave a comment.