The documentation gives 'quickstart' command like:
docker run --rm -p 2480:2480 -p 2424:2424 -e \
JAVA_OPTS="-Darcadedb.server.rootPassword=playwithdata" \
arcadedata/arcadedb:latest
However, the docs don't give example anywhere how to persist the data... so all data is deleted upon restarting the container.
Any way to map to a volume and persist data?
The documentation gives 'quickstart' command like:
However, the docs don't give example anywhere how to persist the data... so all data is deleted upon restarting the container.
Any way to map to a volume and persist data?