Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 395 Bytes

Runs a Kestrel server.

Available on the Docker Index as thefactory/kestrel:

docker pull thefactory/kestrel

Versions

  • Kestrel 2.4.2

Usage

Start the container with a volume mounted on `datafor persistence:

docker run -p 22133:22133 -v /local_path:/data thefactory/kestrel:latest