A, Spring Cloud Alibaba-Nacos-Docker installation Nacos

nacos

        Nacos official document for a detailed description of its meaning and effect, "Quick Start" module also provides Nacos and various technologies in an integrated manner and cases, can choose according to their actual situation. This article is the use of Nacos Docker fast began.

        Nacos official website

I. Procedure

        1.1, enter Nacos installation root directory:

cd /usr/local/docker

        1.2, Clone project

git clone https://github.com/nacos-group/nacos-docker.git
cd nacos-docker

        Git is not installed on the server, you can download it locally and then uploaded to the server. This provides me I downloaded the package: nacos-docker.zip

        1.3, stand-alone mode to start Mysql

docker-compose -f example/standalone-mysql.yaml up -d

        1.4 View Log

docker-compose -f example/standalone-mysql.yaml logs -f

Two, Nacos console

        Service address access Nacos deployed: http://192.168.145.129:8848/nacos , you can access Nacos image interface.

        2.1 log

  • Account: nacos

  • Password: nacos

        2.2, visit

 

Published 47 original articles · won praise 16 · views 70000 +

Guess you like

Origin blog.csdn.net/zorro_jin/article/details/105182576