Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Docker definition for a kestrel server

License

Notifications You must be signed in to change notification settings

Ometria/docker-kestrel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker definition for a kestrel server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 69.1%
  • Dockerfile 30.9%