Runs a Kestrel server.
Available on the Docker Index as thefactory/kestrel:
docker pull thefactory/kestrel
- Kestrel 2.4.2
Start the container with a volume mounted on `datafor persistence:
docker run -p 22133:22133 -v /local_path:/data thefactory/kestrel:latest