# https://hub.docker.com/_/orientdb
# see https://github.com/orientechnologies/orientdb-gremlin/issues/143
image=orientdb:3.0.23-tp3
#image=orientdb:3.0.17-tp3
docker pull $image
docker run -d --name odbtp3 -p 2424:2424 -p 2480:2480 -p 8182:8182 -e ORIENTDB_ROOT_PASSWORD=rootpwd $image
