摘要:
如果是在centos7上直接启动nacos 注意修改启动命令 sh startup.sh -m standalone 访问路径 http://********:8848/nacos/index.html https://nacos.io/zh-cn/docs/use-nacos-with-kuber 阅读全文
2019年5月27日 #
摘要:
在harbor服务器 1. 下载测试上传使用的镜像docker pull hello-world2. 打tagdocker tag docker.io/hello-world:latest 172.19.68.11:5000/batman/hello-world:latest3. 上传docker 阅读全文