You can pull the latest docker image of EliasDB from this repository:
docker pull krotik/eliasdb
Create an empty directory, change into it and run the following to start the server:
docker run --user $(id -u):$(id -g) -v $PWD:/data -p 9090:9090 krotik/eliasdb server
This exposes port 9090 from the container on the local machine. All runtime related files are written to the current directory as the current user/group.
Connect to the running server with a console by running: