ByConity/docker/executable_wrapper
clarkcaoliu 25123cda7c
fix base image (#693)
* fix base image

* update exec wrapper
2023-09-18 19:29:11 +08:00
..
config add rm for executable wrapper 2023-07-28 17:35:28 +08:00
Makefile fix base image (#693) 2023-09-18 19:29:11 +08:00
README.md fix base image (#693) 2023-09-18 19:29:11 +08:00
run.sh fix base image (#693) 2023-09-18 19:29:11 +08:00

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