Hi all, Apache has an account on dockerHub, and there are many apache software images on it.
I opened a ticket to get the permission to upload IoTDB image there several days ago [1]. Now I have get the permission and have uploaded the docker image of IoTDB 0.8.1 and 0.9.0 there. Please have a review to point out the mistake (according to [2]). Now, you can run IoTDB server as a docker container by using "docker run -d -p 6667:6667 -p 31999:31999 -p 8181:8181 --name some-iotdb apache/iotdb:0.9.0" and then start a client-cli by using `docker exec -it some-iotdb /bin/bash` Enjoy it! [1] https://issues.apache.org/jira/browse/INFRA-19459 [2] https://cwiki.apache.org/confluence/display/INCUBATOR/DistributionGuidelines Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院
