mirror of https://github.com/ByConity/ByConity
![]() * fix base image * update exec wrapper |
||
---|---|---|
.. | ||
config | ||
Makefile | ||
README.md | ||
run.sh |
README.md
README
This directory has the docker file, Makefile, shell file and configration files which are used create docker wrapper images of ByConity.
deploy ByConity into physical serves with this docker wrapper
If you want to deploy ByConity into physical serves with this docker wrapper, you can leverage the run.sh file to start ByConity services with docker command. Please check out the instructions from here.
How to use
- Execute following commands in order to bring up corresponding component:
./run.sh tso
./run.sh rm
./run.sh server
./run.sh read_worker
./run.sh writer_worker
./run.sh dm
./run.sh cli