Nacos
- Dominant language
- CSS
- Stars
- 491
- Forks
- 809
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 6
Description
https://dubbo-next.staged.apache.org/zh-cn/overview/reference/integrations/nacos/#docker
这个quick-start docker,启动命令不能用,项目启动会报错Failed to create nacos config service client. Reason: server status check failed.,无法连接在docker里面的nacos。
需要启动更多的端口映射。
docker run --name nacos-quick -e MODE=standalone \
-p 8848:8848 \
-p 9848:9848 \
-p 9849:9849 \
-d nacos/nacos-server:2.3.1
Contributor guide
No contributing guide indexed for this repository
Research direction
Open the Nacos Docker quick-start page at zh-cn/overview/reference/integrations/nacos/#docker and inspect the documented docker run command. Verify the required port mappings against Nacos 2.3.1 and update the example so the project can connect to Nacos in the container without the server status check failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100