Skip to content
New issue

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

更新mac M芯片 docker 描述 #3102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions jimureport-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,20 @@ Docker镜像制作

- 第四步:执行命令,生成镜像

>如果使用的是Mac M系列芯片,需要修改docker-compose.yml文件的第一行为:```FROM arm64v8/mysql:8```

docker-compose up -d

- 第五步:访问报表(默认账号:admin 密码:123456)

报表工作台: http://localhost:8085/jmreport/list

仪表盘工作台: http://localhost:8085/drag/list

> 如果使用的是Mac M系列芯片:

**1、将`jimureport-mysql`的基础镜像改为arm平台:**

修改`JimuReport/db/Dockerfile`文件的第一行为:`FROM arm64v8/mysql:8`

**2、 将`jimureport`的基础镜像改为arm平台**
* 制作基于arm架构的jdk8的docker镜像。
* 修改 `JimuReport/Dockerfile`文件的第一行为:`FROM <制作的镜像名称>`