pixelhumain / docker

docker images for easy installing communecter and it's modules . Deprecated . new repo https://gitlab.adullact.net/pixelhumain/docker
1 stars 4 forks source link

Could not resolve host: github.com #5

Closed ghost closed 6 years ago

ghost commented 7 years ago

Au cour de la procedure d'installation lorsque j'arrive a l'etape docker-compose j'ai un probleme de resolution de DNS:

# docker-compose -f docker-compose.yml -f docker-compose.install.yml run ph cotools --install
Starting pixelhumaindocker_mongo_1 ... 
Starting pixelhumaindocker_mongo_1 ... done
Starting pixelhumaindocker_front_1 ... 
Starting pixelhumaindocker_front_1 ... done

............................................................
..................====..............::::....................
..................====..............::::....................
............................................................
..................................................====......
..................+?................~+...........=======....
...............=========+?.........?::::::~I.........===....
..............=====+========...::::::::::::::.......===.....
.............====.......?===..:::+........+:::....===.......
.............====........===7.............::::..===+====....
.............====.............I=::........::::..========....
.............====.............:::~........::::..............
.............====.........................::::..............
.............====.............?~::........::::..............
.............====.......++7...::::..........................
.............==========....I...:::::::::..I=:...............
.................?=========.....::::::::::::?...............
................==+======........7::::::=I..................
............................................................

............................................................
..................====..............::::....................
..................====..............::::....................
............................................................
..................................................====......
..................+?................~+...........=======....
...............=========+?.........?::::::~I.........===....
..............=====+========...::::::::::::::.......===.....
.............====.......?===..:::+........+:::....===.......
.............====........===7.............::::..===+====....
.............====.............I=::........::::..========....
.............====.............:::~........::::..............
.............====.........................::::..............
.............====.............?~::........::::..............
.............====.......++7...::::..........................
.............==========....I...:::::::::..I=:...............
.................?=========.....::::::::::::?...............
................==+======........7::::::=I..................
............................................................

Déja cloner
Installing communecter
Cloning into '/code/modules/communecter'...
fatal: unable to access 'https://github.com/pixelhumain/communecter.git/': Could not resolve host: github.com

mon fichier de Config Docker :

# cat /etc/default/docker
# Docker Upstart and SysVinit configuration file

#
# THIS FILE DOES NOT APPLY TO SYSTEMD
#
#   Please see the documentation for "systemd drop-ins":
#   https://docs.docker.com/engine/admin/systemd/
#

# Customize location of Docker binary (especially for development testing).
#DOCKERD="/usr/local/bin/dockerd"

# Use DOCKER_OPTS to modify the daemon startup options.
DOCKER_OPTS=" --iptables=false --dns 8.8.8.8 --dns 8.8.4.4"

# If you need Docker to use an HTTP proxy, it can also be specified here.
#export http_proxy="http://127.0.0.1:3128/"

# This is also a handy place to tweak where Docker's temporary files go.
#export DOCKER_TMPDIR="/mnt/bigdrive/docker-tmp"

qu'est-ce que je pourais regarder ?

Aussi, de ce que je comprend il install comunecter V1 mais pas co2 ?

aboire commented 7 years ago

c'est pas grand chose sur quel os et version tu es ? est ce que tu viens d'installer docker et docker-compose si oui est ce que tu as redémarré ta machine après l'install ?

non ça installe co2

ghost commented 7 years ago

OS:

# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=debian

docker et docker-compose ont ete utilise avec succes depuis quelques mois. Les services ont ete redemare mais pas la machine.

# docker-compose -v
docker-compose version 1.16.1, build 6d1ac21
# docker --version
Docker version 17.09.0-ce, build afdb6d4

Je suppose aussi que c'est pas un gros probleme. Ca ne m'inquete pas trop. :)

ghost commented 6 years ago

Adding "iptables": true , to /etc/docker/daemin.json Solved it