docker 地址:https://hub.docker.com/r/huex/mctll/
官网说明:https://www.mycontroller.org/#/documents/user/1.5.0.Final.html
N1 arm架构的请使用以下命令启动:
docker pull huex/mctll:armbian
docker run --network=host -d \
--restart=always \
--name mysensor\
huex/mctll:armbian
x64架构的请使用以下命令启动:
docker pull huex/mctll:latest
docker run --network=host -d \
--restart=always \
--name mysensor\
huex/mctll:latest
自定义配置文件在镜像内部/mctll/conf/mycontroller.properties
可拷贝自定义映射目录。建议配置mysql存储! web端口1043



