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
mkdir higress; cd higress
docker run -d --rm --name higress-ai -v ${PWD}:/data -p 8001:8001 -p 8080:8080 -p 8443:8443 higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/all-in-one:1.4.1
在ARM 架构跑不起来
The text was updated successfully, but these errors were encountered:
higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/all-in-one:1.4.1 镜像是支持 ARM64 的。能详细描述一下“跑不起来”的现象吗?
higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/all-in-one:1.4.1
Sorry, something went wrong.
CH3CHO
No branches or pull requests
操作步骤
创建一个工作目录
mkdir higress; cd higress
启动 higress,配置文件会写到工作目录下
docker run -d --rm --name higress-ai -v ${PWD}:/data
-p 8001:8001 -p 8080:8080 -p 8443:8443
higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/all-in-one:1.4.1
在ARM 架构跑不起来
The text was updated successfully, but these errors were encountered: