https://github.com/leon/docker-orientdb
Docker image for OrientDB community edition
https://github.com/leon/docker-orientdb
Last synced: 4 months ago
JSON representation
Docker image for OrientDB community edition
- Host: GitHub
- URL: https://github.com/leon/docker-orientdb
- Owner: leon
- License: other
- Created: 2015-02-28T13:54:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T17:05:22.000Z (over 11 years ago)
- Last Synced: 2025-09-12T04:52:10.646Z (9 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OrientDB
OrientDB is a 2nd Generation Distributed Graph Database with the flexibility of Documents in one product with an Open Source commercial friendly license (Apache 2 license). First generation Graph Databases lack the features that Big Data demands: multi-master replication, sharding and more flexibility for modern complex use cases.
## Run
```bash
docker run -d --name orientdb -p 2424:2480 -p 2480:2480 leon/orientdb:latest
```
## Environment variables
```
ORIENTDB_VERSION orientdb-community-2.0.3
ORIENTDB_URL http://www.orientechnologies.com/download.php?email=unknown@unknown.com&file=${ORIENTDB_VERSION}.tar.gz&os=linux
ORIENTDB_ROOT_PASSWORD orientdbmasterpassword
ORIENTDB_BACKUP false
```
## Expose
```
2424
2480
```
## Volumes
```
/etc/orientdb
/var/lib/orientdb/data
/var/log/orientdb
```