wp fail certainly because docker build have no access to docker network

This commit is contained in:
hugo gogo
2022-09-10 09:56:01 +02:00
parent 1b48f4b6d3
commit e994b60790
7 changed files with 61 additions and 14 deletions

View File

@@ -66,6 +66,7 @@
- [docker CMD vs ENTRYPOINT](https://phoenixnap.com/kb/docker-cmd-vs-entrypoint)
- [use env variable with compose](https://docs.docker.com/compose/environment-variables/)
- [using DEBIAN_FRONTEND=noninteractive disouraged in dockerfile](https://bobcares.com/blog/debian_frontendnoninteractive-docker/)
- [docker network](https://docs.docker.com/network/)
###### docker pid 1
- nginx by default will create some child process (a master and some workers), then it quits (doc ?)