- Overview of ThinkLink Docker Edition
The thinklink-docker repository provides Docker deployment configurations for the ThinkLink platform and currently supports x64 architecture only. Docker Compose allows all ThinkLink services to be started together, making it suitable for private deployment, project delivery, and testing environments.
- Repository and Deployment Steps
ThinkLink Docker repository:
https://gitee.com/manthink_bj/thinklink-docker
Deployment steps:
Clone the repository to your local server or development environment.
Run the following command in the repository directory:
docker-compose up
All required images have been uploaded to Docker Hub, and Docker Compose will automatically pull them during startup.
- Offline Image Import
In network-restricted environments where Docker Hub is not accessible, ManThink provides offline image files.
Offline image download link:
https://www.jianguoyun.com/p/DfMDLSgQjJyUBxj__5QGIAA
After downloading the image file, import it using the following command:
docker load -i imagename.tar
Once the image is imported, run:
docker-compose up
to start the ThinkLink services.
- ThinkLink Platform Capabilities
ThinkLink is an all-in-one IoT platform integrating a LoRaWAN Network Server, EB, device models, RPC, automation rules, alarms, data forwarders, and dashboards.
It can directly connect to BACnet and Modbus TCP devices and exchange data with third-party MQTT platforms, making it suitable for building automation, energy management, and smart campus applications.
- Cloud Demo
ThinkLink cloud demo address:
https://thinklink.manthink.cn
Users can explore ThinkLink features online without local deployment.
Top comments (0)