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
Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐