linux docker 安装部署 nacos报错
docker部署nacos遇到的问题
·
linux docker 安装部署 nacos遇到的问题
根据官方文档操作
// 获取项目
git clone https://github.com/nacos-group/nacos-docker.git
// 进入项目
cd nacos-docker
// 启动
docker-compose -f example/standalone-derby.yaml up
// 到这一步的时候报错了
Creating network "example_default" with the default driver
ERROR: no such image: nacos/nacos-server:: invalid reference format
// 修改 example/standalone-derby.yaml文件
nacos/nacos-server:{{NACOS_VERSION}} 为 nacos/nacos-server:latest
// 启动Myssl
docker-compose -f example/standalone-mysql-5.7.yaml up
nacos报错
Creating network “example_default” with the default driver
ERROR: no such image: nacos/nacos-server:: invalid reference format
修改 example/standalone-derby.yaml文件
nacos/nacos-server:{{NACOS_VERSION}} 为 nacos/nacos-server:latest
更多推荐
已为社区贡献1条内容
所有评论(0)