1
0
mirror of https://github.com/Luzifer/terraria-docker.git synced 2024-09-07 18:09:05 +00:00
Wrapper around Terraria server process to be used inside docker containers
Go to file
2018-07-06 18:32:56 +02:00
vendor Add automated building 2018-06-08 12:23:22 +02:00
.gitignore Initial version 2018-06-08 12:22:28 +02:00
.repo-runner.yaml Limit building to linux 2018-06-08 12:27:34 +02:00
Gopkg.lock Add automated building 2018-06-08 12:23:22 +02:00
Gopkg.toml Add automated building 2018-06-08 12:23:22 +02:00
History.md prepare release v0.3.0 2018-07-06 18:32:56 +02:00
LICENSE Add meta files 2018-07-06 18:30:16 +02:00
main.go Echo server saves into game 2018-07-06 18:32:40 +02:00
Makefile Add automated building 2018-06-08 12:23:22 +02:00
README.md Add meta files 2018-07-06 18:30:16 +02:00

Go Report Card

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.