Docker
Docker allows you to install a CnosDB instance on any local system, which is the easiest way to install CnosDB.
Start a standalone instance using Docker
- 社区版
- 企业版
docker run --name cnosdb -p 8902:8902 -d cnosdb/cnosdb:community-latest
info
Please contact us to obtain the installation package for the enterprise version.
docker run --name cnosdb -p 8902:8902 -d <enterprise-image>
Start a cluster using Docker
To quickly get started, we have written an example using Docker Compose to quickly start a CnosDB cluster.
- 社区版
- 企业版
- Clone Repository
git clone https://github.com/cnosdb/distributed-sandbox.git
- Starting the cluster
cd distributed-sandbox
chmod +x ./setup.sh
./setup.sh
info
When installing the CnosDB Enterprise Edition cluster using sandbox, please pay attention to modifying the image name and configuring the License. You can contact us to obtain it.
- Clone Repository
git clone https://github.com/cnosdb/distributed-sandbox.git
- Starting the cluster
cd distributed-sandbox
chmod +x ./setup.sh
./setup.sh