国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Docker Hub ?? Nginx ??? ?? ??
PHPz
PHPz 2017-04-24 09:14:02
0
2
1317

Docker Hub ?? Nginx ??? ??
https://hub.docker.com/_/nginx/
??? ?? ??? ??? ????.
?? ???:

nginx ???? ?? ?? ??

????? Nginx? ???? ?? ?? ??? ?? ?? ??? ???? ????. ??? envsubst nginx? ???? ?? ???? nginx ??? ???? ?? ?? ?? ???? ??? ? ????.

??? docker-compose.yml? ???? ????.

????

mysite.template ???? ??? ?? ?? ??? ??? ? ????.

${NGINX_PORT} ??

??:
?? ??? ??? ?, ? command: ???
1? envsubst? ??? ??????
2. daemon off;? ??? ??????
3. command: ?? ??? ??? ?????? ?? ??? ?? ??????

PHPz
PHPz

學(xué)習(xí)是最好的投資!

?? ??(2)
小葫蘆

envsubst? ??? ?? ??? ???? ? ????? ????. ??? ??? ?? ??? ?????

daemon off: nginx? ????? ??????? ???? ??? ?????.
command? docker run nginx /bin/sh ?? ??? ?? nginx ?? /bin/sh ???? ?? ???? ??? ? ????. .
?? ?? ??? ? ???

PHPzhong

/bin/bash -c "envsubst < /etc/nginx/conf.d/mysite.template > /etc/nginx/conf.d/default.conf
?? ?? ??
nginx - g 'daemon off;'" ?? ??
??: ????? ??? ? ??? ??? docker run ?? ???? ???? ? ????.