Skip to content

Docker container to run a Self Hosted version of Klondike

Notifications You must be signed in to change notification settings

athieriot/docker-klondike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Docker Klondike

Mono based

  • 2.0.0, 2.0.0-1, 2.1.1

Docker Pulls

Docker container to run a Self Hosted version of Klondike

Usage

Getting Started

    docker run -it -d \
               -p 8080:8080 \
               --name klondike \
               athieriot/docker-klondike

Persist Package directory

    docker run -it -d \
               -p 8080:8080 \
               -v /path/to/packages/:/app/App_Data/Packages \
               --name klondike \
               athieriot/docker-klondike

Override configuration

    docker run -it -d \
               -p 8080:8080 \
               -v /path/to/Settings.config:/app/Settings.config \
               -v /path/to/Web.config:/app/Web.config \
               --name klondike \
               athieriot/docker-klondike

About

Docker container to run a Self Hosted version of Klondike

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •