This is a docker image for a Terraria game server.
##Install
$ docker pull raeven/terraria
##Usage
$ docker run -d -p 7777:7777 raeven/terraria
Start the server with the world outside of the container for storage
$ docker run -d -p 7777:7777 -v /my/terraria:/world raeven/terraria
-d will run the container in the background.-p will expose ports on the host and bind them to ports in the container.-v will mount your a directory on the host to a volume in the container.raeven/terraria the name of this docker image.Content type
Image
Digest
sha256:948d221e5…
Size
201.8 MB
Last updated
almost 9 years ago
docker pull raeven/terraria