Giter VIP home page Giter VIP logo

Comments (10)

dbarzin avatar dbarzin commented on June 11, 2024

Impossible de reproduire le problème.
Testé avec :

$ docker -v 
Docker version 20.10.25, build 20.10.25-0ubuntu1~22.04.1

from mercator.

luciolebrillante avatar luciolebrillante commented on June 11, 2024

Même problème ici, j'utilise Podman en remplacement de Docker et Fedora.

Voici les commandes que j'ai joué :

docker pull ghcr.io/dbarzin/mercator:latest docker run -it --rm --name mercator -p "127.0.0.1:8000":80 ghcr.io/dbarzin/mercator:latest 2023-09-21 08:35:48,189 INFO exited: migrate (exit status 0; not expected) 2023-09-21 08:35:49,190 INFO gave up: migrate entered FATAL state, too many start retries too quickly 2023-09-21 08:35:49,191 INFO spawned: 'nginx' with pid 19 2023-09-21 08:35:49,191 INFO success: php entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:3 nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/http.d/default.conf:8 2023/09/21 08:35:49 [emerg] 19#19: bind() to 0.0.0.0:80 failed (13: Permission denied) nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied) 2023-09-21 08:35:49,195 INFO exited: nginx (exit status 1; not expected) [21-Sep-2023 08:35:49] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root [21-Sep-2023 08:35:49] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root [21-Sep-2023 08:35:49] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root [21-Sep-2023 08:35:49] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root [21-Sep-2023 08:35:49] NOTICE: fpm is running, pid 5 [21-Sep-2023 08:35:49] NOTICE: ready to handle connections 2023-09-21 08:35:51,418 INFO spawned: 'nginx' with pid 25 nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:3 nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/http.d/default.conf:8 2023/09/21 08:35:51 [emerg] 25#25: bind() to 0.0.0.0:80 failed (13: Permission denied) nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied) 2023-09-21 08:35:51,422 INFO exited: nginx (exit status 1; not expected) 2023-09-21 08:35:54,426 INFO spawned: 'nginx' with pid 26 nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:3 nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/http.d/default.conf:8 2023/09/21 08:35:54 [emerg] 26#26: bind() to 0.0.0.0:80 failed (13: Permission denied) nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied) 2023-09-21 08:35:54,431 INFO exited: nginx (exit status 1; not expected) 2023-09-21 08:35:55,432 INFO gave up: nginx entered FATAL state, too many start retries too quickly ^C2023-09-21 08:36:54,496 WARN received SIGINT indicating exit request 2023-09-21 08:36:54,497 INFO waiting for php to die [21-Sep-2023 08:36:54] NOTICE: Terminating ... [21-Sep-2023 08:36:54] NOTICE: exiting, bye-bye! 2023-09-21 08:36:54,499 INFO stopped: php (exit status 0) [luciolebrillante ~]$ docker -v Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. podman version 4.6.2

from mercator.

dbarzin avatar dbarzin commented on June 11, 2024

@pdurandfr, peux-tu regarder ce qui se passe ?

from mercator.

dbarzin avatar dbarzin commented on June 11, 2024

Bonjour,

Impossible de démarrer le conteneur avec la configuration par défaut docker run -it --rm --name mercator -p "127.0.0.1:8000":80 ghcr.io/dbarzin/mercator:latest Erreur :

  2021_09_19_125048_relation-inportance ............................2023-09-17 16:11:26,634 INFO spawned: 'nginx' with p
id 21
 59ms DONE
nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /e
tc/nginx/nginx.conf:3
  2021_09_21_161028_add_router_ip nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/http.d/default.conf:8
2023/09/17 16:11:26 [emerg] 21#21: bind() to 0.0.0.0:80 failed (13: Permission denied)
nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
.................................. 30ms DONE
2023-09-17 16:11:26,682 INFO exited: nginx (exit status 1; not expected)
  2021_09_22_114706_add_security_ciat 2023-09-17 16:11:26,696 INFO gave up: nginx entered FATAL state, too many start re
tries too quickly

Le port 80 est déjà utilisé sur la machine locale ou vous n'avez pas le droit d'utiliser ce port.

from mercator.

dbarzin avatar dbarzin commented on June 11, 2024

Pas de réponse, impossible à reproduire.

from mercator.

pdurandfr avatar pdurandfr commented on June 11, 2024

from mercator.

pdurandfr avatar pdurandfr commented on June 11, 2024

from mercator.

pdurandfr avatar pdurandfr commented on June 11, 2024

from mercator.

dbarzin avatar dbarzin commented on June 11, 2024

from mercator.

dbarzin avatar dbarzin commented on June 11, 2024

from mercator.

Related Issues (20)

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.