1、前提条件:
安装docker
检查docker状态
systemctl status docker
2、安装higress
安装时顺便配置nacos地址:
curl -fsSL https://higress.io/standalone/get-higress.sh | bash -s -- -c nacos://10.51.3.118:8848
或者安装时可配置nacos的账号密码,管理登录初始密码:123456
curl -fsSL https://higress.io/standalone/get-higress.sh | bash -s -- -c nacos://10.51.3.118:8848 --nacos-username=nacos --nacos-password=nacos -p nacos
curl -fsSL https://higress.io/standalone/get-higress.sh | bash -s -- -c nacos://10.51.3.118:8848 --nacos-username=nacos --nacos-password=nacos
如果报错
docker: 'compose' is not a docker command.
需要先安装compose
#下载docker-compose文件
https://github.com/do