docs icon indicating copy to clipboard operation
docs copied to clipboard

是否不适用于mac m1系统?

Open XiaoYao-0 opened this issue 4 years ago • 3 comments

按照步骤用docker启动,core未能正常运行,web ui操作无反应,core容器中报Java运行环境出错。 另外,server.sh中,ipconfig getifaddr en0语句并不能获取本地host,修改为localhost or 127.0.0.1仍不可运行。

XiaoYao-0 avatar Nov 10 '21 07:11 XiaoYao-0

目前还没有在 mac m1 下测试过。。可以看下 core 中是什么错误嘛?

gy2006 avatar Nov 10 '21 08:11 gy2006

emmmm,之前比较忙没注意到回复,今天尝试复现了一下,这次没有遇到任何报错

terminal中显示正常: `xiaoyao@XiaoYaodeMini flow-docker % ./server.sh start [WARN]: Host ip not defined, using ip

[INFO] Server URL: http://:8080

🍺 HOW TO: 👉 Open Web UI: http://http://:2015 👉 Start Agent: ./agent.sh -u http://:8080 -t your_agent_token start

Recreating flowci-web ... done Starting flowci-zk ... done Starting flowci-db ... done Starting flowci-rabbitmq ... done Starting flowci-minio ... done Recreating flowci-core ... done`

docker中各容器日志均正常,但是打开UI界面,登录之后就无法操作,创建工作流按钮点击无效

XiaoYao-0 avatar Dec 31 '21 01:12 XiaoYao-0

从日志上看应该是默认的 ./server.sh start 命令没找到 IP 地址,所以日志里显示的都是 http://:8080, http://http://:2015 这些。

可以用 -h ip 来定义 IP 地址 ./server.sh -h your_ip start

gy2006 avatar Jan 07 '22 19:01 gy2006