homework-jianmu/packaging/docker
hzcheng 57492cc12d TDengine first commit 2019-07-11 16:36:16 +08:00
..
Dockerfile.tbase TDengine first commit 2019-07-11 16:36:16 +08:00
Dockerfile.tbased TDengine first commit 2019-07-11 16:36:16 +08:00
README.md TDengine first commit 2019-07-11 16:36:16 +08:00
docker-compose.yml TDengine first commit 2019-07-11 16:36:16 +08:00
install.sh TDengine first commit 2019-07-11 16:36:16 +08:00
release_docker.sh TDengine first commit 2019-07-11 16:36:16 +08:00
remove.sh TDengine first commit 2019-07-11 16:36:16 +08:00
run_dnode.sh TDengine first commit 2019-07-11 16:36:16 +08:00
run_mnode.sh TDengine first commit 2019-07-11 16:36:16 +08:00
run_taos.sh TDengine first commit 2019-07-11 16:36:16 +08:00

README.md

TAOS DATABASE Docker version

Realse docker version install package

To release a docker version install package, change directory to taosdata/tools/docker and run:

bash release_docker.sh

Then it will generate a tar file in release file.

Install TAOS DATA

To install taosdata, uncompress the tar file in release directory and run install.sh

./install.sh         # Install mnode and dnode
./install.sh all     # Install mnode and dnode
./install.sh mnode   # Install mnode
./install.sh dnode   # Install dnode

Check the services

To check if taosdata run correctly, use docker commands.

docker container ls