在docker容器部署web应用LNMP服务器环境

镜像下载php [root@localhost ~]# docker pull nginx [root@localhost ~]# docker pull mysql [root@localhost ~]# docker pull php:7.1.0-fpm 编写生成nginx容器脚本html [root@localhost ~]# vim docker_nginx.sh #!/usr/bin/e
相关文章
相关标签/搜索