---------------------------------------------------------------------------------更新日志2018.05.28-----------------------------------------------------------------------------------
在3.0.0 镜像 中 nginx.conf加入了laravel 的配置 端口 6688 如果有swoole的需求 自行到/etc/php/7.2/fpm/php.ini 加入 extension = swoole.so
如果出现nginx不能开启
nginx -c /etc/nginx/nginx.conf
nginx -s reload
如果出现php不能解析
service php7.2-fpm start
拉取命令 docker pull registry.cn-hangzhou.aliyuncs.com/producer/web_producer:1.0.0
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
php7.2 mysql 5.7 nginx1.14.0 php时区设置为上海
拉取
docker pull registry.cn-hangzhou.aliyuncs.com/producer/web_producer:2.0.0(这里是版本号)
运行镜像
交互模式
docker run -it registry.cn-hangzhou.aliyuncs.com/producer/web_producer:2.0.0 bash
后台模式
docker run registry.cn-h
angzhou.aliyuncs.com/producer/web_producer:2.0.0
如果有其他插件的需求可以留言或自行编译安装。
网友评论