Skip to content

thpeng/docker-chivalry-medieval-warfare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chivalry: "Medieval Warfare" docker for the native linux server

Cookbook

  • create docker volume on host
  • add liberal r/w at least for docker user
  • docker build -t chivalry_server .
  • docker run -ti -v /opt/chivalry:/opt/chivalry -p 0.0.0.0:8000:8000/udp -p 0.0.0.0:27015:27015/udp --name chivalry_server-instance-1 -t chivalry_server

Features / tested with

  • works with mod LSMOD, Blackknight, giantslayers
  • most maps (hoth excluded)
  • game.ini can be changed reliable
  • mods / workshop items can be changed reliable

known issues

  • scripts can be optimized
  • no restart if the server has a coredump

About

Chivalry: "Medieval Warfare" docker for the native linux server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.9%
  • Makefile 35.1%