worpdress container is running
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
---
|
||||
## questions
|
||||
|
||||
- ? what means mounted in "a file or directory on the host machine is mounted into a container" ?
|
||||
- ? why http to https redirection doesn't works ?
|
||||
- ? what means "a file or directory on the host machine is mounted into a container" ?
|
||||
- ? why the volumes cannot be modify outside docker ?
|
||||
- ? `rm -rf /var/lib/apt/lists/*` ?
|
||||
|
||||
@@ -82,6 +83,7 @@
|
||||
- [using DEBIAN_FRONTEND=noninteractive disouraged in dockerfile](https://bobcares.com/blog/debian_frontendnoninteractive-docker/)
|
||||
- [docker network](https://docs.docker.com/network/)
|
||||
- [depends_on](https://docs.docker.com/compose/compose-file/#depends_on)
|
||||
- [compose and env var](https://docs.docker.com/compose/environment-variables/)
|
||||
|
||||
###### docker pid 1
|
||||
- nginx by default will create some child process (a master and some workers), then it quits (doc ?)
|
||||
@@ -153,6 +155,7 @@
|
||||
- [command line parameters](https://nginx.org/en/docs/switches.html)
|
||||
- `sudo nginx -t` will launch a test to evaluate config file
|
||||
- [configuring nginx with php-fpm](https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm)
|
||||
- [configuring nginx with alpine](https://wiki.alpinelinux.org/wiki/Nginx)
|
||||
|
||||
#### openssl
|
||||
- [openssl faq](https://www.openssl.org/docs/faq.html)
|
||||
|
||||
Reference in New Issue
Block a user