Giter VIP home page Giter VIP logo

Comments (5)

dominictayloruk avatar dominictayloruk commented on September 24, 2024

Try ping GitHub.com from the host

Seems like a DNS issue

from alpine-grav.

rlue avatar rlue commented on September 24, 2024

Hm... the host can def. reach GitHub:

$ ping github.com
PING github.com (192.30.253.112) 56(84) bytes of data.
64 bytes from lb-192-30-253-112-iad.github.com (192.30.253.112): icmp_seq=1 ttl=46 time=230 ms
64 bytes from lb-192-30-253-112-iad.github.com (192.30.253.112): icmp_seq=2 ttl=46 time=229 ms
64 bytes from lb-192-30-253-112-iad.github.com (192.30.253.112): icmp_seq=3 ttl=46 time=229 ms
64 bytes from lb-192-30-253-112-iad.github.com (192.30.253.112): icmp_seq=4 ttl=46 time=229 ms
^C
--- github.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 229.061/229.772/230.404/0.676 ms

Seems like a DNS issue

At first, I thought it might have something to do with the fact that the host is also running Pi-Hole, with my router configured to use it as the DNS. But on an x86_64 desktop on the same network, this container runs just fine, and even when I revert the router to its original configuration (Cloudflare DNS at 1.1.1.1 / 1.0.0.1), it still doesn't work on the RPi.


I did a little more digging, and it seems I can get the container to successfully connect to the Internet if I run it in host network mode—but then it actually tries to bind to port 80, which is taken by another container:

$ docker run --net=host -e VIRTUAL_HOST=<domain>.com,www.<domain>.com -v  /data/<domain>/html:/usr/html -p 8080:80 yobasystems/alpine-grav
WARNING: Published ports are discarded when using host network mode
2019/05/24 17:43:02 [emerg] 36#36: bind() to 0.0.0.0:80 failed (98: Address in use)
2019/05/24 17:43:02 [notice] 36#36: try again to bind() after 500ms
...

Any idea why it would fail to connect to the Internet in bridge network mode?

from alpine-grav.

rlue avatar rlue commented on September 24, 2024

Also, I can confirm that all my other containers can access the internet:

$ docker exec <container_name> ping google.com

works for containers based on the following images:

  • pihole/pihole
  • alexanderkrause/rpi-letsencrypt-nginx-proxy-companion
  • braingamer/nginx-proxy-arm
  • linuxserver/syncthing
  • nginx

but doesn't work for yobasystems/alpinegrav :(

from alpine-grav.

rlue avatar rlue commented on September 24, 2024

Wait! It does appear to be a DNS issue. If I add the option --dns 1.1.1.1 --dns 1.0.0.1 then it works fine!

It's very weird. The contents of /etc/resolv.conf are the same in all my containers. What would cause this image to use a different DNS from the others?

from alpine-grav.

dominictayloruk avatar dominictayloruk commented on September 24, 2024

Not sure as i've just run the same command as you suggested on armhf (Asus Tinkerboard) binding port 80 in the container to 8080 on the host. I can hit the site and i see in the logs it extracting the grav admin .zip.

from alpine-grav.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.