Skip to content

leo18945/nacos-docker-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nacos Docker

automated tini-inside

Try in PWD

This project is rebuild of official nacos(1.3.0) based on alpine, please refer to official website(https://github.com/alibaba/nacos).

Project directory

  • build:The source code of make a docker image for nacos server.
  • env: Environment variable file for compose yaml, please change the default settings.
  • init.d: The properties file for customize your nacos server.

Quick Start

Run the following command:

  • Clone project

    git clone --depth 1 https://github.com/leo18945/nacos-docker-alpine.git
    
    cd nacos-docker-alpine
  • Standalone Mysql

    docker-compose up -d
  • Open the Nacos console in your browser

    link:http://127.0.0.1:8848/nacos/
    The default username & password are nacos.