1
0
mirror of https://github.com/Luzifer/terraria-docker.git synced 2024-09-16 13:58:28 +00:00
terraria-docker/README.md
Knut Ahlers 9fe656f715
Add meta files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-07-06 18:30:16 +02:00

1.0 KiB

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.