Skip to content

Docker image for an OpenTTD dedicated server based on Alpine Linux

License

Notifications You must be signed in to change notification settings

PieterScheffers/openttd-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTTD alpine docker image

Docker image to run a dedicated openTTD server on Alpine Linux.

Why

When using Alpine Linux for Docker images, the image size will be a lot less in comparison when using Debian as base image.

Current status

  • Install via generic linux binary didn't work ✅
  • Compiling and installing works ✅
  • Starting the dedicated server works ✅
  • When connecting with a client the dedicated server immediately crashes with a segmentation fault. ❌

Todo

  • Check debug message via gdb, OpenTTD has to be compiled with a DEBUG flag.

Commands

Build

docker build -t openttd-alpine .

Run

# run 'openttd -D'
docker run --rm openttd-alpine

# start shell
docker run -it --rm openttd-alpine sh

About

Docker image for an OpenTTD dedicated server based on Alpine Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published