1. 镜像
docker pull orientdb
2. 启动
docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=dalong orientdb
3. 基本使用
a. 创建库并登录

b. 创建vertx

c. 添加属性&&数据

d. 查询

4. 参考资料
http://orientdb.com/getting-started/
https://hub.docker.com/_/orientdb/