Organizr / docker-organizr

Docker image for Organizr
GNU General Public License v3.0
96 stars 12 forks source link

DNS resolution not working #19

Closed scobby closed 3 years ago

scobby commented 3 years ago

the container cant resolve github.com. Using normally a docker-compose.yml with "dns: -8.8.8.8" but for this i tried running it directly:

`❯ docker run --name=organizr -v /docker/organizr/config:/config -p 90:80 organizr/organizr [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 10-adduser: executing... usermod: no changes


GID/UID

User uid: 911 User gid: 911

[cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-setup: executing... [cont-init.d] 30-setup: exited 0. [cont-init.d] 40-install: executing...

| Installing Organizr |

Cloning into '/config/www/organizr'... fatal: unable to access 'https://github.com/causefx/Organizr/': Could not resolve host: github.com [cont-init.d] 40-install: exited 1. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. ❯ nslookup github.com Server: 10.0.0.3 Address: 10.0.0.3#53

Non-authoritative answer: Name: github.com Address: 140.82.121.3`

scobby commented 3 years ago

found this one https://github.com/Organizr/docker-organizr/issues/17