TL;DR:
docker pull ghcr.io/hennge/dynalite
We're taking over the maintenance of this repo from dimaqq. Thank you for maintaining this repo this whole time 🙏.
https://github.com/HENNGE/dynalite-docker/pkgs/container/dynalite
Docker container for latest dynalite (https://github.com/mhart/dynalite).
With sane default settings: port 8000 and no artificial delay.
Example use:
docker pull ghcr.io/hennge/dynalite
Persistent data mode:
docker run --init -p 8000:8000 -v /tmp/somewhere:/data ghcr.io/hennge/dynalite --path /data
Integration into docker-compose, for automated tests:
dynalite:
image: ghcr.io/hennge/dynalite
init: true
ports:
- "8000:8000"Testing or building locally:
dynalite:
build: dynalite-docker
init: true
ports:
- "8000:8000"3.2.2: Node 18,dynalite=3.2.23.2.1: Node 17,dynalite=3.2.13.2.1: Node 14,dynalite=3.2.13.0.0: Node 12,dynalite=3.0.02.3.0: Node 11,dynalite=2.3.0
amd64arm64
Please ignore the deprecation warnings during build
leveldown@5.0.0 should address those
dynalite@next will eventually pull in new leveldown