Performant and modern cross-platform distributed key-value cache server written in .NET 9
317
The official Docker image for the mimoria cache server (https://github.com/mimoria-cache/mimoria).
To use the latest version based on the main branch you can use "varelen/mimoria:main" as the image.
For example:
docker run -p 6565:6565 --name mimoria varelen/mimoria:main
To pass settings via environment variables you can use -e like this:
docker run -p 50000:50000 --name mimoria -e MIMORIA__PORT=50000 -e MIMORIA__PASSWORD=PleaseChooseAVeryLongOne varelen/mimoria:main
Content type
Image
Digest
sha256:098b5256d…
Size
81.1 MB
Last updated
over 1 year ago
docker pull varelen/mimoria:main