Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Build the sparrow docker image

docker build . -t sparrow:dev

Start the sparrow using docker

docker run -it -p 8000:8000 -p 9000:9000 sparrow:dev sparrow start

Start the sparrow using docker from docker hub

docker run -it -p 8000:8000 -p 9000:9000 liushaohui/sparrow sparrow start