Terraria server with automatic world generation and the possibility to store / inject a world using a Docker mount
Go to file
Knut Ahlers f48c80b70f
Terraria 1.4.2.3
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-07-16 22:54:58 +02:00
config.ini Improve image, add command wrapper 2018-06-08 12:34:37 +02:00
Dockerfile Terraria 1.4.2.3 2021-07-16 22:54:58 +02:00
LICENSE Update README 2018-06-03 14:13:15 +02:00
README.md Improve image, add command wrapper 2018-06-08 12:34:37 +02:00
start.sh Fix: Wrong naming of binary 2018-07-06 18:36:20 +02:00
terraria_cmd.sh Improve image, add command wrapper 2018-06-08 12:34:37 +02:00

luzifer-docker/terraria

This image contains a Terraria 1.3.5.3 server with automatic world generatation and the possibility to store / inject a world using a Docker mount

How to run

You can simply run the image with the default settings:

$ docker run -d --name=terraria -p 7777:7777 luzifer/terraria

If you want the world to persist you can mount a volume into the container:

$ docker run -d --name=terraria -p 7777:7777 -v ~/terraria:/data luzifer/terraria

Interacting with the server command line

In case you want to use the console commands on the Terraria server this image has a helper for you:

$ docker exec terraria terraria_cmd save