Skip to content

DerLeole/docker-haloce-sapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stability-wip

Halo CE dedicated server dockerized

About

This is a Dockerfile for running the Halo CE dedicated server under Linux. The container uses Wine to run the Windows application and xvfb to create a virtual desktop.

The container is running 100% headless - no GUI is required for installation, execution or configuration.

The game files are required in order to start this container. They are not bundled within the container and you will have to provide them.

Usage

docker run -d -p 2302:2302/udp -p 2303:2303/udp -v /path/to/game:/game -v /path/to/config:/config -v /path/to/logs:/logs augusdogus/docker-haloce-sapp

Configuration

Ports

Port Protocol Description
2302 UDP The host listener port.
2303 UDP The client connection port.

Volumes

Path Description Required
/game Has to be mounted with the HaloCE Custom Edition game files in place. Yes
/config Contains config files, if not supplied the default configuration is used. No
/logs Contains the server logs. No

About

Halo CE dedicated server w/ Sapp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 69.1%
  • Dockerfile 30.9%