mirror of
https://github.com/Luzifer/terraria-docker.git
synced 2024-11-08 18:49:59 +00:00
Wrapper around Terraria server process to be used inside docker containers
vendor | ||
.gitignore | ||
.repo-runner.yaml | ||
Gopkg.lock | ||
Gopkg.toml | ||
History.md | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md |
Luzifer / terraria-docker
This application is intended as a wrapper around the Terraria server when running in a Docker container. It ensures STDIN
is not closed and therefore the Terraria server does not crash when daemonized. Also it works around the issue the server does not save the world after the last player left: For this the log is observed and on a player leaving the server a direct save
is issued.
Additionally a fifo is created to enable the user to issue commands on the server after starting using docker exec
.
All those features are used inside my Terraria server container.