Skip to content

How to persist data using docker by mapping volumes? #1316

@decentropy

Description

@decentropy

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions