We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.2.1 容器化部署 MariaDB 编写 Dockerfile 文件构建 mysql 镜像,要求基于 centos 完成 MariaDB 数据库的 安装和配置,并设置服务开机自启。 2.2.2 容器化部署 Redis 编写 Dockerfile 文件构建 redis 镜像,要求基于 centos 完成 Redis 服务的安装和 配置,并设置服务开机自启。 2.2.3 容器化部署 Nginx 编写 Dockerfile 文件构建 nginx 镜像,要求基于 centos 完成 Nginx 服务的安装 和配置,并设置服务开机自启。 2.2.4 容器化部署 ERP 编写 Dockerfile 文件构建 erp 镜像,要求基于 centos 完成 JDK 环境和 ERP 服务 的安装与配置,并设置服务开机自启。 2.2.5 编排部署 ERP 管理系统 编写 docker-compose.yaml 文件,要求使用镜像 mysql、redis、nginx 和 erp 完成 ERP 管理系统的编排部署。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
2.2.1
容器化部署 MariaDB
编写 Dockerfile 文件构建 mysql 镜像,要求基于 centos 完成 MariaDB 数据库的
安装和配置,并设置服务开机自启。
2.2.2
容器化部署 Redis
编写 Dockerfile 文件构建 redis 镜像,要求基于 centos 完成 Redis 服务的安装和
配置,并设置服务开机自启。
2.2.3
容器化部署 Nginx
编写 Dockerfile 文件构建 nginx 镜像,要求基于 centos 完成 Nginx 服务的安装
和配置,并设置服务开机自启。
2.2.4
容器化部署 ERP
编写 Dockerfile 文件构建 erp 镜像,要求基于 centos 完成 JDK 环境和 ERP 服务
的安装与配置,并设置服务开机自启。
2.2.5
编排部署 ERP 管理系统
编写 docker-compose.yaml 文件,要求使用镜像 mysql、redis、nginx 和 erp 完成
ERP 管理系统的编排部署。
The text was updated successfully, but these errors were encountered: