前言 ARMv8 = ARM64 = AArch64 ARMv7 = armv7l = ARM x86_64 = x64 = amd64 x86 = x86_32 查看
https://github.com/mattrayner/docker-lamp docker run -i -t -p "80:80" -v ${PWD}/app:/app -v ${PWD}/mysql:/var/lib/mysql mattrayner/lamp:latest-2004-ph
docker run -d -p 6688:80 --name dailyhot --restart unless-stopped rehiy/dailyhothttps://github.com/rehiy/dailyhot-docker
https://hub.docker.com/_/adminer https://hub.docker.com/_/phpmyadmin
Nginx Web page configuration tool. Use web pages to quickly configure Nginx. Nginx 网页管理工具,使用网页来快速配置与管理 Nginx 单机与集群。
本教程完全使用 Docker 部署,连接 MariaDB 数据库,并使用 Nginx 进行反向代理。 在此之前,你需要拥有一台常规的服务器(SSH 连接)和域名(可选)。 如果你尚未安装 Docker,请阅读 /archi